Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfile_internal.h110 struct fileproc_guard { struct
127 struct fileproc_guard *fp_guard; /* fp_guard_attrs != 0 */ argument
/xnu-8019.80.24/bsd/kern/
H A Dkern_guarded.c79 sizeof(struct fileproc_guard),
87 static struct fileproc_guard *
90 struct fileproc_guard *fpg; in guarded_fileproc_alloc()
115 struct fileproc_guard *fpg = fp->fp_guard; in guarded_fileproc_unguard()
493 struct fileproc_guard *fpg = NULL; in change_fdguard_np()