Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfile_internal.h111 struct fileproc_guard { struct
128 …struct fileproc_guard *XNU_PTRAUTH_SIGNED_PTR("fileproc.fp_guard") fp_guard; /* fp_guard_attrs !=… argument
/xnu-12377.61.12/bsd/kern/
H A Dkern_guarded.c82 static KALLOC_TYPE_DEFINE(fp_guard_zone, struct fileproc_guard, KT_DEFAULT);
89 static struct fileproc_guard *
92 struct fileproc_guard *fpg; in guarded_fileproc_alloc()
132 struct fileproc_guard *fpg = fp->fp_guard; in guarded_fileproc_unguard()
522 struct fileproc_guard *fpg = NULL; in change_fdguard_np()