Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dfile_internal.h523 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c2501 error = chdir_internal(p, imgp->ip_vfs_context, nd, 0); in exec_handle_file_actions()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_syscalls.c3805 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() function
3869 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()