p_startcopy       248 kern/kern_fork.c 	bcopy(&p1->p_startcopy, &p2->p_startcopy,
p_startcopy       249 kern/kern_fork.c 	    (unsigned) ((caddr_t)&p2->p_endcopy - (caddr_t)&p2->p_startcopy));
p_startcopy       229 sys/proc.h     #define	p_endzero	p_startcopy