| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| sockcommon.c | 116 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); 157 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL);
|
| socksyscalls.c | 126 if (error = falloc(vp, FWRITE|FREAD, &fp, &fd)) { 472 if (error = falloc(nvp, FWRITE|FREAD, &nfp, &nfd)) { 657 if (error = falloc(NULL, FWRITE|FREAD, &nfp, NULL)) { 693 nfp->f_flag &= ~FMASK | (FREAD|FWRITE); [all...] |
| /onnv/onnv-gate/usr/src/ucbhead/sys/ |
| file.h | 85 #define FWRITE 0x02
|
| fcntl.h | 125 #define FWRITE 0x02
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| file.h | 84 #define FWRITE 0x02 /* <sys/aiocb.h> LIO_WRITE must be identical */
|
| /onnv/onnv-gate/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
|
| /onnv/onnv-gate/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...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/udfs/ |
| udf_vfsops.c | 295 oflag = FREAD | FWRITE; 583 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, 648 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, 955 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_vfsops.c | 315 oflag = FREAD | FWRITE; 523 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, 536 error = VOP_OPEN(&devvp, FREAD|FWRITE, CRED(), NULL); 538 (void) VOP_CLOSE(devvp, FREAD|FWRITE, 1, 829 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/mirror/ |
| mirror_resync.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/ |
| ip_compat.h | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/ |
| md_mddb.c | 218 if (dev_lopen(&ddi_dev, FREAD|FWRITE, OTYP_LYR, kcred) == 0) 228 (void) dev_lclose(md_dev64_to_dev(dev), FREAD|FWRITE, OTYP_LYR, kcred); [all...] |