Home
last modified time | relevance | path

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

/xnu-8796.141.3/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()
285 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_np()
292 if (crarg.gca_guard == 0) { in guarded_open_np()
338 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_dprotected_np()
345 if (crarg.gca_guard == 0) { in guarded_open_dprotected_np()
411 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_kqueue_np()
415 if (crarg.gca_guard == 0) { in guarded_kqueue_np()
770 crarg.gca_guard = *guard; in falloc_guarded()