Home
last modified time | relevance | path

Searched refs:FCLOFORK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c119 if ((flags & ~(FCLOEXEC|FNONBLOCK|FCLOFORK)) != 0) { in pipe()
203 if ((flags & FCLOFORK) != 0) { in pipe()
H A Dopen.c237 if ((filemode & FCLOFORK) != 0) { in copen()
270 if ((filemode & FCLOFORK) != 0) { in copen()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h123 #define FCLOFORK 0x4000000 /* O_CLOFORK = 0x4000000 */ macro