Home
last modified time | relevance | path

Searched refs:fp_wset (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dkern_guarded.c137 fp->fp_wset = fpg->fpg_wset; in guarded_fileproc_unguard()
631 fpg->fpg_wset = fp->fp_wset; in change_fdguard_np()
658 fp->fp_wset = fpg->fpg_wset; in change_fdguard_np()
H A Dsys_generic.c1530 if (fp->fp_wset == selset) { in selunlinkfp()
1531 fp->fp_wset = NULL; in selunlinkfp()
1557 fp->fp_wset = selset; in sellinkfp()
H A Dkern_descrip.c1107 assert(fp->fp_wset == NULL); in fileproc_free()
1652 selset = fp->fp_wset; in fileproc_drain()
/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h127 struct select_set *fp_wset; /* fp_guard_attrs == 0 */ member