Home
last modified time | relevance | path

Searched refs:pid_prinactive (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c262 pidp->pid_prinactive = 1; in proc_entry_free()
338 if (pidp != NULL && pidp->pid_prinactive == 0) { in prfind_zone()
638 if (!(pidp->pid_prinactive)) in prsignal()
690 return (pidp->pid_prinactive ? -1 : 0); in proc_signal()
H A Dstreamio.c8712 if (pidp->pid_prinactive) { in str_cn_clean()
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h79 unsigned int pid_prinactive :1; member
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h412 unsigned int pid_prinactive :1; member