Home
last modified time | relevance | path

Searched refs:FG_CONFINED (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dfile_internal.h158 #define FG_CONFINED 0x200 /* fileglob confined to process, immutably */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_descrip.c334 return (fg->fg_lflags & FG_CONFINED) == 0; in fg_sendable()
882 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork()
2960 if (fg->fg_lflags & FG_CONFINED) { in sys_fcntl_nocancel()
2965 fg->fg_lflags |= FG_CONFINED; in sys_fcntl_nocancel()
2981 *retval = (fp->fp_glob->fg_lflags & FG_CONFINED) ? 1 : 0; in sys_fcntl_nocancel()
H A Dkern_lockf.c338 if (fg->fg_lflags & FG_CONFINED) { in lf_advlock()
H A Dkern_guarded.c1081 if (0 == (FG_CONFINED & fg->fg_lflags)) { in vnguard_sysc_setguard()
H A Dkern_event.c2998 fp->f_lflags |= FG_CONFINED; in kqueue_internal()