Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_guarded.c94 struct fileproc_guard *fpg; in guarded_fileproc_alloc() local
96 fpg = zalloc_flags(fp_guard_zone, Z_WAITOK | Z_ZERO | Z_NOFAIL); in guarded_fileproc_alloc()
97 fpg->fpg_guard = guard; in guarded_fileproc_alloc()
98 return fpg; in guarded_fileproc_alloc()
134 struct fileproc_guard *fpg = fp->fp_guard; in guarded_fileproc_unguard() local
137 fp->fp_wset = fpg->fpg_wset; in guarded_fileproc_unguard()
139 zfree(fp_guard_zone, fpg); in guarded_fileproc_unguard()
512 struct fileproc_guard *fpg = NULL; in change_fdguard_np() local
533 fpg = guarded_fileproc_alloc(newg); in change_fdguard_np()
631 fpg->fpg_wset = fp->fp_wset; in change_fdguard_np()
[all …]