Searched refs:guarded_fileproc_init (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/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() 309 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_np() 385 guarded_fileproc_init, &crarg, retval, AUTH_OPEN_NOAUTHFD); in guarded_open_dprotected_np() 419 return kqueue_internal(p, guarded_fileproc_init, &crarg, retval); in guarded_kqueue_np() 773 return falloc_withinit(p, fp, fd, ctx, guarded_fileproc_init, &crarg); in falloc_guarded()
|