Searched refs:per_thread (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/bsd/sys/ |
| H A D | file_internal.h | 532 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
|
| /xnu-10002.81.5/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4013 common_fchdir(proc_t p, struct fchdir_args *uap, int per_thread) in common_fchdir() argument 4023 if (per_thread && uap->fd == -1) { in common_fchdir() 4091 if (per_thread) { in common_fchdir() 4148 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() argument 4166 if (per_thread) { in chdir_internal() 4204 common_chdir(proc_t p, struct chdir_args *uap, int per_thread) in common_chdir() argument 4212 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()
|