Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfiledesc.h366 fdt_fork(struct filedesc *child_fdt, proc_t parent_p, struct vnode *uth_cdir, bool in_exec);
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c836 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir, bool in_exec) in fdt_fork() argument
888 if ((v_dir = uth_cdir ? uth_cdir : fdp->fd_cdir)) { in fdt_fork()