Home
last modified time | relevance | path

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

/xnu-11417.140.69/libsyscall/wrappers/
H A Dopen_dprotected_np.c68 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 Dfcntl.h231 #define AUTH_OPEN_NOAUTHFD -1 macro
/xnu-11417.140.69/bsd/kern/
H A Dkern_guarded.c318 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 Dkern_descrip.c2745 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()
H A Dkern_exec.c2928 vap, NULL, NULL, &origfd, AUTH_OPEN_NOAUTHFD); in exec_handle_file_actions()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c4730 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()