Searched defs:FMASK (Results 1 - 6 of 6) 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/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/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

Completed in 74 milliseconds