Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in80 SED_REPLACE(CLDWAITPID)
H A Dprocfs.d.in304 ((T->t_procp->p_pidflag & @CLDWAITPID@) ? PR_WAITPID : 0) |
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c805 q->p_pidflag &= ~(CLDNOSIGCHLD | CLDWAITPID); in proc_exit()
1114 if (idtype != P_PID && (cp->p_pidflag & CLDWAITPID)) in waitid()
1216 (cp->p_pidflag & CLDWAITPID)) in waitid()
H A Dsig.c1650 !(cp->p_pidflag & CLDWAITPID)) in setsigact()
1723 if (!(cp->p_pidflag & CLDWAITPID)) in sigcld()
H A Dfork.c543 cp->p_pidflag |= CLDWAITPID; in cfork()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h467 #define CLDWAITPID 0x0008 /* only waitid(P_PID, pid) can reap the child */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1226 if (p->p_pidflag & CLDWAITPID) in gcore_prgetlwpstatus()
H A Dgenunix.c229 { "CLDWAITPID", CLDWAITPID, CLDWAITPID }, in pflags()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1244 if (p->p_pidflag & CLDWAITPID) in prgetlwpstatus()