Searched refs:AUTH_OPEN_NOAUTHFD (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.140.69/libsyscall/wrappers/ |
| H A D | open_dprotected_np.c | 68 return __openat_dprotected_np(fd, path, flags, class, dpflags, mode, AUTH_OPEN_NOAUTHFD); in openat_dprotected_np() 79 if ((authfd != AUTH_OPEN_NOAUTHFD) && (authfd < 0)) { in openat_authenticated_np()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | fcntl.h | 231 #define AUTH_OPEN_NOAUTHFD -1 macro
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_guarded.c | 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()
|
| H A D | kern_descrip.c | 2745 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()
|
| H A D | kern_exec.c | 2928 vap, NULL, NULL, &origfd, AUTH_OPEN_NOAUTHFD); in exec_handle_file_actions()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4730 if (authfd != AUTH_OPEN_NOAUTHFD) { in open1() 5092 NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in open_extended() 5187 uap->class, uap->dpflags, AT_FDCWD, AUTH_OPEN_NOAUTHFD, UIO_USERSPACE, retval); in open_dprotected_np() 5216 error = open1at(ctx, ndp, flags, vap, NULL, NULL, retval, fd, AUTH_OPEN_NOAUTHFD); in openat_internal()
|