Home
last modified time | relevance | path

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

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