Searched refs:guarded_fileproc_init (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_guarded.c | 100 guarded_fileproc_init(struct fileproc *fp, void *initarg) in guarded_fileproc_init() function 121 guarded_fileproc_init(nfp, &arg); in guarded_fileproc_copy_guard() 318 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_np() 394 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_dprotected_np() 428 return kqueue_internal(p, guarded_fileproc_init, &crarg, retval); in guarded_kqueue_np() 786 return falloc_withinit(p, p_cred, ctx, fp, fd, guarded_fileproc_init, &crarg); in falloc_guarded()
|