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