Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
286 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_np()
293 if (crarg.gca_guard == 0) { in guarded_open_np()
339 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_dprotected_np()
346 if (crarg.gca_guard == 0) { in guarded_open_dprotected_np()
412 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_kqueue_np()
416 if (crarg.gca_guard == 0) { in guarded_kqueue_np()
775 crarg.gca_guard = *guard; in falloc_guarded()