Searched refs:PF_FORK (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dpioctl.h78 # define PF_FORK 0x04 /* Retain settings on fork() */ macro
/freebsd-9.3-release/sys/amd64/amd64/
H A Dvm_machdep.c209 * the trap flag from the new frame unless the debugger had set PF_FORK
214 if ((p1->p_pfsflags & PF_FORK) == 0)
/freebsd-9.3-release/sys/i386/i386/
H A Dvm_machdep.c221 * the trap flag from the new frame unless the debugger had set PF_FORK
226 if ((p1->p_pfsflags & PF_FORK) == 0)
/freebsd-9.3-release/sys/kern/
H A Dkern_fork.c602 * If PF_FORK is set, the child process inherits the
605 if (p1->p_pfsflags & PF_FORK) {

Completed in 109 milliseconds