Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfcntl.h458 #define F_CONFINED 0x1000 /* fileglob cannot leave curproc */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_lockf.c337 if ((ap->a_flags & F_OFD_LOCK) && (ap->a_flags & F_CONFINED)) { in lf_advlock()
H A Dkern_descrip.c3060 flg |= F_CONFINED; in sys_fcntl_nocancel()