Searched refs:fdcopy (Results 1 - 3 of 3) 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_fork.c1026 /* Need to undo the effects of the fdcopy(), if any */
1263 child_proc->p_fd = fdcopy(parent_proc, parent_uthread->uu_cdir);
H A Dkern_descrip.c4175 * fdcopy
4211 fdcopy(proc_t p, vnode_t uth_cdir) function
4400 * call to fdcopy()

Completed in 20 milliseconds