Searched refs:P_LINVFORK (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_stubs.c99 if ((p->p_lflag & P_LINVFORK) == 0)
H A Dkern_sig.c445 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
478 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
508 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
538 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1251 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1667 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
3032 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
H A Dkern_fork.c483 child_proc->p_lflag |= P_LINVFORK;
721 child_proc->p_lflag &= ~P_LINVFORK;
H A Dkern_exec.c2152 p->p_lflag |= P_LINVFORK;
2165 p->p_lflag &= ~P_LINVFORK;
H A Dkern_prot.c535 if (p->p_pgrpid == p->p_pid || (pg = pgfind(p->p_pid)) || p->p_lflag & P_LINVFORK) {
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c1000 while (p->p_lflag & P_LINVFORK)
1559 while (p->p_lflag & P_LINVFORK)
2191 while (p->p_lflag & P_LINVFORK) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h424 #define P_LINVFORK 0x00000200 /* */ macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1489 if (p->p_lflag & (P_LINVFORK | P_LEXIT)) {

Completed in 103 milliseconds