Home
last modified time | relevance | path

Searched refs:chdir_internal (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.121.3/bsd/sys/
H A Dfile_internal.h529 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
/xnu-10063.121.3/bsd/kern/
H A Dkern_exec.c2996 error = chdir_internal(p, imgp->ip_vfs_context, nd, 0); in exec_handle_file_actions()
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_syscalls.c4150 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()