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

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h151 extern struct filedesc *fdcopy(proc_t p, struct vnode *uth_cdir);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4183 * uth_cdir Per thread current working
4211 fdcopy(proc_t p, vnode_t uth_cdir) argument
4235 if (uth_cdir != NULLVP)
4236 newfdp->fd_cdir = uth_cdir;

Completed in 74 milliseconds