Home
last modified time | relevance | path

Searched defs:O_NOCTTY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in167 inline int O_NOCTTY = @O_NOCTTY@; variable
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h71 #define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h110 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h84 #define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */ macro