Home
last modified time | relevance | path

Searched refs:kGUARD_EXC_CLOSE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dguarded.h104 kGUARD_EXC_CLOSE = 1u << 0, /* close of a guarded fd */ enumerator
/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c2503 new, nfp, kGUARD_EXC_CLOSE); in dup2()
5384 int error = fp_guard_exception(p, fd, fp, kGUARD_EXC_CLOSE); in close_nocancel()