Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h420 #define F_CONFINED 0x1000 /* fileglob cannot leave curproc */ macro
/xnu-12377.61.12/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.c3098 flg |= F_CONFINED; in sys_fcntl_nocancel()