Home
last modified time | relevance | path

Searched refs:fdt_fork (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dfiledesc.h372 fdt_fork(struct filedesc *child_fdt, proc_t parent_p, struct vnode *uth_cdir, bool in_exec);
/xnu-11215.1.10/bsd/kern/
H A Dkern_fork.c1103 if (fdt_fork(&child_proc->p_fd, parent_proc, parent_uthread->uu_cdir, in_exec) != 0) { in forkproc()
H A Dkern_descrip.c850 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir, bool in_exec) in fdt_fork() function