Searched refs:guarded_fileproc_init (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_guarded.c | 102 guarded_fileproc_init(struct fileproc *fp, void *initarg) in guarded_fileproc_init() function 123 guarded_fileproc_init(nfp, &arg); in guarded_fileproc_copy_guard() 311 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_np() 387 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_dprotected_np() 421 return kqueue_internal(p, guarded_fileproc_init, &crarg, retval); in guarded_kqueue_np() 775 return falloc_withinit(p, fp, fd, ctx, guarded_fileproc_init, &crarg); in falloc_guarded()
|