Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h111 struct fileproc_guard { struct
128 struct fileproc_guard *fp_guard; /* fp_guard_attrs != 0 */ argument
/xnu-8792.61.2/bsd/kern/
H A Dkern_guarded.c83 sizeof(struct fileproc_guard),
91 static struct fileproc_guard *
94 struct fileproc_guard *fpg; in guarded_fileproc_alloc()
134 struct fileproc_guard *fpg = fp->fp_guard; in guarded_fileproc_unguard()
512 struct fileproc_guard *fpg = NULL; in change_fdguard_np()