Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_guarded.c83 guardid_t gca_guard; member
103 fp->fp_guard = guarded_fileproc_alloc(arg->gca_guard); in guarded_fileproc_init()
268 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_np()
275 if (crarg.gca_guard == 0) { in guarded_open_np()
321 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_open_dprotected_np()
328 if (crarg.gca_guard == 0) { in guarded_open_dprotected_np()
394 &(crarg.gca_guard), sizeof(crarg.gca_guard))) != 0) { in guarded_kqueue_np()
398 if (crarg.gca_guard == 0) { in guarded_kqueue_np()
860 crarg.gca_guard = *guard; in falloc_guarded()