Home
last modified time | relevance | path

Searched refs:ALL_O_FLAGS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c365 #define ALL_O_FLAGS O_ACCMODE | O_NDELAY | O_NONBLOCK | O_APPEND | \ macro
420 if (flags & ~(ALL_O_FLAGS)) in show_fileflags()
422 flags & ~(ALL_O_FLAGS)); in show_fileflags()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1960 #define ALL_O_FLAGS \ macro
1970 if ((arg & ~(O_ACCMODE | ALL_O_FLAGS)) != 0) in openarg()