Home
last modified time | relevance | path

Searched refs:P_PPWAIT (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_exec.c471 if (p->p_pptr && (p->p_flags & P_PPWAIT)) { in kern_execve()
474 atomic_clear_int(&p->p_flags, P_PPWAIT); in kern_execve()
947 PSTALL(p, "exec1", ((p->p_flags & P_PPWAIT) ? 1 : 0)); in exec_new_vmspace()
H A Dkern_sig.c1406 if (p->p_flags & P_PPWAIT) { in lwpsignal()
2002 if (p->p_flags & P_PPWAIT) in issignal()
2024 if (p->p_flags & P_PPWAIT) in issignal()
2050 (p->p_flags & P_PPWAIT) == 0) { in issignal()
H A Dkern_exit.c508 if (p->p_flags & P_PPWAIT) { in exit1()
511 atomic_clear_int(&p->p_flags, P_PPWAIT); in exit1()
H A Dkern_fork.c593 p2->p_flags |= P_PPWAIT; in fork1()
973 while ((pflags = p2->p_flags) & P_PPWAIT) { in start_forked_proc()
H A Dkern_memio.c760 if (p->p_flags & P_PPWAIT) { in user_kernel_mapping()
H A Dtty.c890 while (isbackground(p, tp) && !(p->p_flags & P_PPWAIT) && in ttioctl()
1713 (pp->p_flags & P_PPWAIT) || pp->p_pgrp->pg_jobc == 0) { in ttread()
2028 ISSET(tp->t_lflag, TOSTOP) && !(pp->p_flags & P_PPWAIT) && in ttwrite()
H A Dtty_pty.c499 (p->p_flags & P_PPWAIT)) { in ptsread()
/dragonfly/sys/sys/
H A Dproc.h352 #define P_PPWAIT 0x00010 /* Parent is waiting for child to exec/exit */ macro
/dragonfly/bin/ps/
H A Dprint.c283 if (flag & P_PPWAIT) in state()