Home
last modified time | relevance | path

Searched refs:per_thread (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/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.121.3/bsd/vfs/
H A Dvfs_syscalls.c3670 common_fchdir(proc_t p, struct fchdir_args *uap, int per_thread) in common_fchdir() argument
3680 if (per_thread && uap->fd == -1) { in common_fchdir()
3748 if (per_thread) { in common_fchdir()
3805 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() argument
3823 if (per_thread) { in chdir_internal()
3861 common_chdir(proc_t p, struct chdir_args *uap, int per_thread) in common_chdir() argument
3869 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()