Home
last modified time | relevance | path

Searched refs:CLDEVAPORATE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h475 #define CLDEVAPORATE 0x0010 /* disappear on exit; no SIGCHLD, no zombie */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dspawn.c868 p->p_pidflag |= CLDEVAPORATE; in spawn_main()
H A Dexit.c559 (p->p_pidflag & CLDEVAPORATE); in proc_exit()