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

/freebsd-11-stable/sys/sys/
H A Dpioctl.h82 # define PF_FORK 0x04 /* Retain settings on fork() */ macro
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c222 * the trap flag from the new frame unless the debugger had set PF_FORK
227 if ((p1->p_pfsflags & PF_FORK) == 0)
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c199 * the trap flag from the new frame unless the debugger had set PF_FORK
204 if ((p1->p_pfsflags & PF_FORK) == 0)
/freebsd-11-stable/sys/kern/
H A Dkern_fork.c644 * If PF_FORK is set, the child process inherits the
647 if (p1->p_pfsflags & PF_FORK) {

Completed in 84 milliseconds