Searched refs:open1 (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | file_internal.h | 543 int open1(vfs_context_t ctx, struct nameidata *ndp, int uflags,
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_guarded.c | 317 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_np() 393 return open1(ctx, &nd, uap->flags | O_CLOFORK, &va, in guarded_open_dprotected_np()
|
| H A D | kern_descrip.c | 2744 error = open1(has_entitlement ? &context : vfs_context_current(), in sys_fcntl__OPENFROM()
|
| H A D | kern_exec.c | 2924 error = open1(imgp->ip_vfs_context, ndp, in exec_handle_file_actions()
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4677 open1(vfs_context_t ctx, struct nameidata *ndp, int uflags, in open1() function 5024 error = open1(ctx, ndp, uflags, vap, fp_init, initarg, in open1at() 5031 return open1(ctx, ndp, uflags, vap, fp_init, initarg, retval, authfd); in open1at() 5091 ciferror = open1(vfs_context_current(), &nd, uap->flags, &va, in open_extended()
|