Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfile_internal.h127 struct select_set *fp_wset; /* fp_guard_attrs == 0 */ member
/xnu-10063.141.1/bsd/kern/
H A Dkern_guarded.c135 fp->fp_wset = fpg->fpg_wset; in guarded_fileproc_unguard()
633 fpg->fpg_wset = fp->fp_wset; in change_fdguard_np()
660 fp->fp_wset = fpg->fpg_wset; in change_fdguard_np()
H A Dsys_generic.c1520 if (fp->fp_wset == selset) { in selunlinkfp()
1521 fp->fp_wset = NULL; in selunlinkfp()
1547 fp->fp_wset = selset; in sellinkfp()
H A Dkern_descrip.c1106 assert(fp->fp_wset == NULL); in fileproc_free()
1646 selset = fp->fp_wset; in fileproc_drain()