Searched refs:chdir_internal (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | file_internal.h | 523 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_exec.c | 2501 error = chdir_internal(p, imgp->ip_vfs_context, nd, 0); in exec_handle_file_actions()
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_syscalls.c | 3813 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() function 3877 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()
|