Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ptools/ptree/
H A Dptree.c52 #define FAKEDPID0(p) (p->pid == 0 && p->psargs[0] == '\0') macro
362 if (p->done && !FAKEDPID0(p)) { in printone()