Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c95 #define IS_ZOMBIE(_psip) \ macro
2048 if (proc_get_psinfo(pids[i], &psi) == 0 && !IS_ZOMBIE(&psi)) in detailed_list_processes()
2950 if (!IS_ZOMBIE(&psi)) { in add_processes()