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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1226 bcopy(&parent_proc->p_startcopy, &child_proc->p_startcopy,
1227 (unsigned) ((caddr_t)&child_proc->p_endcopy - (caddr_t)&child_proc->p_startcopy));
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h310 #define p_startcopy p_argslen macro

Completed in 470 milliseconds