Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_guarded.c85 guardid_t gca_guard; member
105 fp->fp_guard = guarded_fileproc_alloc(arg->gca_guard); in guarded_fileproc_init()
118 .gca_guard = ofp->fp_guard->fpg_guard, in guarded_fileproc_copy_guard()
294 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_np()
301 if (crarg.gca_guard == 0) { in guarded_open_np()
347 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_dprotected_np()
354 if (crarg.gca_guard == 0) { in guarded_open_dprotected_np()
420 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_kqueue_np()
424 if (crarg.gca_guard == 0) { in guarded_kqueue_np()
783 crarg.gca_guard = *guard; in falloc_guarded()