Searched refs:FG_CONFINED (Results 1 – 4 of 4) sorted by relevance
159 #define FG_CONFINED 0x200 /* fileglob confined to process, immutably */ macro
402 return (fg->fg_lflags & FG_CONFINED) == 0; in fg_sendable()969 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork()2986 if (fg->fg_lflags & FG_CONFINED) { in sys_fcntl_nocancel()2991 fg->fg_lflags |= FG_CONFINED; in sys_fcntl_nocancel()3007 *retval = (fp->fp_glob->fg_lflags & FG_CONFINED) ? 1 : 0; in sys_fcntl_nocancel()3077 if (fp->fp_glob->fg_lflags & FG_CONFINED) { in sys_fcntl_nocancel()
1004 if (0 == (FG_CONFINED & fg->fg_lflags)) { in vnguard_sysc_setguard()
3073 fp->f_lflags |= FG_CONFINED; in kqueue_internal()