Searched defs:FWRITE (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h85 #define FWRITE 0x02 macro
H A Dfcntl.h126 #define FWRITE 0x02 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h85 #define FWRITE 0x02 /* <sys/aiocb.h> LIO_WRITE must be identical */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c116 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); local
157 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL); local
H A Dsocksyscalls.c141 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 Dfcntlcom.h67 * 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 Dfcntl.h83 * 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 Dufs_vfsops.c315 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 Dudf_vfsops.c292 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 Dinvlib.c59 #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 Dmirror_resync.c2782 (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 Dip_compat.h1217 # define FWRITE FMODE_WRITE macro
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c217 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)

Completed in 210 milliseconds