Searched defs:O_CLOEXEC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h129 #define O_CLOEXEC 0x00100000 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h88 #define O_CLOEXEC 0x800000 /* set the close-on-exec flag */ macro
124 #define F_DUP2FD_CLOEXEC 36 /* Like F_DUP2FD with O_CLOEXEC set */
126 #define F_DUPFD_CLOEXEC 37 /* Like F_DUPFD with O_CLOEXEC set */

Completed in 628 milliseconds