Searched refs:fchdir (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.121.3/bsd/man/man2/ |
| H A D | Makefile | 48 fchdir.2 \
|
| /xnu-10063.121.3/bsd/sys/ |
| H A D | file_internal.h | 550 int fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread);
|
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4016 fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread) in fchdir() function 4130 return fchdir(p, vfs_context_current(), uap->fd, false); in sys_fchdir() 4136 return fchdir(p, vfs_context_current(), uap->fd, true); in __pthread_fchdir()
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | kern_exec.c | 3004 error = fchdir(p, imgp->ip_vfs_context, in exec_handle_file_actions()
|