/illumos-gate/usr/src/ucbhead/sys/ |
H A D | file.h | 85 #define FWRITE 0x02 macro
|
H A D | fcntl.h | 126 #define FWRITE 0x02 macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | file.h | 85 #define FWRITE 0x02 /* <sys/aiocb.h> LIO_WRITE must be identical */ macro
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 116 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); local 157 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); local
|
H A D | socksyscalls.c | 141 if (error = falloc(vp, FWRITE|FREAD, &fp, &fd)) { 499 if (error = falloc(nvp, FWRITE|FREAD, &nfp, &nfd)) { 720 if (error = falloc(NULL, FWRITE|FREAD, &nfp, NULL)) { 765 nfp->f_flag &= ~FMASK | (FREAD|FWRITE); 3087 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, CRED(), NULL); local
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 67 * combination of FREAD and FWRITE. 70 #define O_WRONLY 1 /* +1 == FWRITE */ 71 #define O_RDWR 2 /* +1 == FREAD|FWRITE */ 101 #define FWRITE _FWRITE macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 83 * FREAD and FWRITE are excluded from the #ifdef _KERNEL so that TIOCFLUSH, 84 * which was documented to use FREAD/FWRITE, continues to work. 88 #define FWRITE 0x0002 macro 148 /* convert from open() flags to/from fflags; convert O_RD/WR to FREAD/FWRITE */ 153 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|O_DIRECT|FEXEC)
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | 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, 1363 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); local 2141 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, CRED(), NULL);
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 292 oflag = FREAD | FWRITE; 580 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, 645 (vfsp->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, 952 FREAD : FREAD|FWRITE, 1, (offset_t)0, cr, NULL); local
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 59 #define FWRITE "w" /* fopen truncate or create for writing */ macro 127 if ((fpost = vpfopen(invpost, FWRITE)) == NULL) {
|
/illumos-gate/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror_resync.c | 2782 (void) md_unit_incopen(MD_SID(un), FREAD|FWRITE, OTYP_LYR); local 2805 if (mirror_internal_open(MD_SID(un), (FREAD|FWRITE), 2873 if (mirror_internal_open(mnum, (FREAD|FWRITE), OTYP_LYR, 0, lockp)) {
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1217 # define FWRITE FMODE_WRITE macro
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 217 if (dev_lopen(&ddi_dev, FREAD|FWRITE, OTYP_LYR, kcred) == 0) 227 (void) dev_lclose(md_dev64_to_dev(dev), FREAD|FWRITE, OTYP_LYR, kcred); local 10193 if ((mode & FWRITE) == 0) 10234 if ((mode & FWRITE) == 0) 10432 if ((mode & FWRITE) == 0) 10564 if ((mode & FWRITE) == 0)
|