Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c77 } ps_t; typedef
81 static ps_t **ps; /* array of ps_t's */
84 static ps_t **ctps; /* array of contract ps_t's */
87 static ps_t *proc0; /* process 0 */
88 static ps_t *proc1; /* process 1 */
120 static bool match_proc(ps_t *);
121 static void markprocs(ps_t *);
122 static int printone(ps_t *, int);
123 static void insertchild(ps_t *, ps_t *);
124 static void prsort(ps_t *);
[all …]