| /netvirt/usr/src/ucbhead/sys/ |
| file.h | 85 #define FWRITE 0x02
|
| fcntl.h | 125 #define FWRITE 0x02
|
| /netvirt/usr/src/uts/common/sys/ |
| file.h | 84 #define FWRITE 0x02 /* <sys/aiocb.h> LIO_WRITE must be identical */
|
| /netvirt/usr/src/lib/libbc/inc/include/sys/ |
| fcntlcom.h | 47 * combination of FREAD and FWRITE. 50 #define O_WRONLY 1 /* +1 == FWRITE */ 51 #define O_RDWR 2 /* +1 == FREAD|FWRITE */ 81 #define FWRITE _FWRITE
|
| /netvirt/usr/src/uts/common/fs/udfs/ |
| udf_vfsops.c | 282 oflag = FREAD | FWRITE; 568 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, 633 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, 940 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); [all...] |
| /netvirt/usr/src/uts/common/fs/ufs/ |
| ufs_vfsops.c | 361 oflag = FREAD | FWRITE; 489 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, 502 error = VOP_OPEN(&devvp, FREAD|FWRITE, CRED(), NULL); 504 (void) VOP_CLOSE(devvp, FREAD|FWRITE, 1, 794 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, [all...] |
| /netvirt/usr/src/tools/cscope-fast/ |
| invlib.c | 59 #define FWRITE "w" /* fopen truncate or create for writing */ 127 if ((fpost = vpfopen(invpost, FWRITE)) == NULL) { 254 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { 259 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) { 270 if (fwrite((char *)SUPINT, sizeof (*SUPINT), numlogblk + 1, 272 fwrite(SUPFING, 1, supfing - SUPFING, outfile) == 0) { 284 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 || 298 if (fwrite((char *)¶m, sizeof (param), 1, outfile) == 0) { 302 if (fwrite((char *)&zerolong, sizeof (zerolong), 315 if (fwrite((char *)&tlong, sizeof (tlong), 1, outfile) == 0 | [all...] |
| /netvirt/usr/src/uts/common/io/lvm/mirror/ |
| mirror_resync.c | [all...] |
| /netvirt/usr/src/uts/common/inet/ipf/netinet/ |
| ip_compat.h | [all...] |
| /netvirt/usr/src/uts/common/io/lvm/md/ |
| md_mddb.c | 219 if (dev_lopen(&ddi_dev, FREAD|FWRITE, OTYP_LYR, kcred) == 0) 229 (void) dev_lclose(md_dev64_to_dev(dev), FREAD|FWRITE, OTYP_LYR, kcred); [all...] |