Searched refs:FMASK (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h58 #define FMASK (FREAD|FWRITE|FAPPEND|FSYNC|FNBIO|FNONBIO) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h91 #define FMASK 0xff /* should be disjoint from FASYNC */ macro
H A Dfcntl.h132 #define FMASK 0xFF /* should be disjoint from FASYNC */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h93 #define FMASK 0xa0ff /* all flags that can be changed by F_SETFL */ macro
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h224 #define FMASK (0377L << 16) macro
225 #define SFMASK (SMASK|FMASK) /* size and font in a tchar */
233 #define setfbits(n,f) n = (n & ~FMASK) | (tchar)(f) << 16
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h153 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|O_DIRECT|FEXEC) macro
187 * the flag bits not set in FMASK are only meaningful in the
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c115 retval = (flag & (FMASK | FASYNC));
244 iarg &= FMASK;
246 fp->f_flag &= ~FMASK | (FREAD|FWRITE);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c765 nfp->f_flag &= ~FMASK | (FREAD|FWRITE);

Completed in 59 milliseconds