Searched refs:OFLAGS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h69 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
150 #define OFLAGS(fflags) ((fflags) & O_EXEC ? (fflags) : (fflags) - 1) macro
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c144 #define OFLAGS FREAD|FWRITE|FNOCTTY|FNONBLOCK macro
908 if ((rv = VOP_OPEN(&muxvp, OFLAGS, CRED(), NULL)) == 0) {
913 VOP_CLOSE(muxvp, OFLAGS, 1, (offset_t)0, CRED(), NULL);

Completed in 70 milliseconds