Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfile_internal.h127 struct select_set *fp_wset; /* fp_guard_attrs == 0 */ member
/xnu-12377.41.6/bsd/kern/
H A Dkern_guarded.c135 fp->fp_wset = fpg->fpg_wset; in guarded_fileproc_unguard()
641 fpg->fpg_wset = fp->fp_wset; in change_fdguard_np()
668 fp->fp_wset = fpg->fpg_wset; in change_fdguard_np()
H A Dsys_generic.c1523 if (fp->fp_wset == selset) { in selunlinkfp()
1524 fp->fp_wset = NULL; in selunlinkfp()
1550 fp->fp_wset = selset; in sellinkfp()
H A Dkern_descrip.c1124 assert(fp->fp_wset == NULL); in fileproc_free()
1655 selset = fp->fp_wset; in fileproc_drain()