Home
last modified time | relevance | path

Searched refs:p_pptr (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sys/miscfs/procfs/
H A Dprocfs_ctl.c41 (p)->p_pptr == (curp) && \
112 if (p->p_pptr != curp) {
113 p->p_oppid = p->p_pptr->p_pid;
162 if (p->p_oppid != p->p_pptr->p_pid) {
202 (p->p_pptr == curp)) {
H A Dprocfs_status.c51 ppid = p->p_pptr ? p->p_pptr->p_pid : 0,
/original-bsd/sys/kern/
H A Dkern_exit.c181 q->p_pptr = initproc;
204 psignal(p->p_pptr, SIGCHLD);
205 wakeup((caddr_t)p->p_pptr);
421 if (child->p_pptr == parent)
426 child->p_pptr = parent;
H A Dsys_process.c100 p->p_oppid = p->p_pptr->p_pid;
105 if (p->p_stat != SSTOP || p->p_pptr != curp || !(p->p_flag & P_TRACED))
288 if (p->p_oppid != p->p_pptr->p_pid) {
H A Dkern_sig.c752 if ((p->p_pptr->p_flag & P_NOCLDSTOP) == 0)
753 psignal(p->p_pptr, SIGCHLD);
888 psignal(p->p_pptr, SIGCHLD);
957 if ((p->p_pptr->p_flag & P_NOCLDSTOP) == 0)
958 psignal(p->p_pptr, SIGCHLD);
1006 wakeup((caddr_t)p->p_pptr);
H A Dkern_proc.c107 for (; p != curproc; p = p->p_pptr)
279 if ((hispgrp = p->p_pptr->p_pgrp) != pgrp &&
H A Dkern_fork.c190 p2->p_pptr = p1;
H A Dkern_prot.c41 retval[1] = p->p_pptr->p_pid;
54 *retval = p->p_pptr->p_pid;
H A Dkern_sysctl.c657 if (p->p_pptr)
658 ep->e_ppid = p->p_pptr->p_pid;
H A Dkern_ktrace.c372 p = p->p_pptr;
H A Dkern_exec.c585 wakeup((caddr_t) p->p_pptr);
/original-bsd/sys/sparc/sparc/
H A Dsys_process.c128 p->p_oppid = p->p_pptr->p_pid;
158 if (p->p_stat != SSTOP || p->p_pptr != curp || !(p->p_flag & P_TRACED))
306 if (p->p_oppid != p->p_pptr->p_pid) {
/original-bsd/sys/sys/
H A Dproc.h77 struct proc *p_pptr; /* Pointer to parent process. */ member
/original-bsd/sys/hp300/hp300/
H A Dmachdep.c415 if ((p->p_pptr->p_md.md_flags & MDP_HPUX) &&