Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h174 #define O_CLOFORK 0x08000000 /* implicitly set FD_CLOFORK */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_guarded.c291 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_np()
367 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_dprotected_np()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c4203 if (flags & O_CLOFORK) { in open1()