Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_guarded.c87 guardid_t gca_guard; member
107 fp->fp_guard = guarded_fileproc_alloc(arg->gca_guard); in guarded_fileproc_init()
120 .gca_guard = ofp->fp_guard->fpg_guard, in guarded_fileproc_copy_guard()
287 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_np()
294 if (crarg.gca_guard == 0) { in guarded_open_np()
340 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_dprotected_np()
347 if (crarg.gca_guard == 0) { in guarded_open_dprotected_np()
413 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_kqueue_np()
417 if (crarg.gca_guard == 0) { in guarded_kqueue_np()
772 crarg.gca_guard = *guard; in falloc_guarded()