Searched refs:AUTH_OPEN_NOAUTHFD (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.141.3/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-8796.141.3/bsd/sys/ |
| H A D | fcntl.h | 226 #define AUTH_OPEN_NOAUTHFD -1 macro
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_guarded.c | 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()
|
| H A D | kern_descrip.c | 2722 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()
|
| H A D | kern_exec.c | 2699 vap, NULL, NULL, &origfd, AUTH_OPEN_NOAUTHFD); in exec_handle_file_actions()
|
| /xnu-8796.141.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4578 if (authfd != AUTH_OPEN_NOAUTHFD) { in open1() 4935 NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in open_extended() 5030 uap->class, uap->dpflags, AT_FDCWD, AUTH_OPEN_NOAUTHFD, UIO_USERSPACE, retval); in open_dprotected_np() 5059 error = open1at(ctx, ndp, flags, vap, NULL, NULL, retval, fd, AUTH_OPEN_NOAUTHFD); in openat_internal()
|