Symbol: ps_t
usr/src/cmd/ptools/ptree/ptree.c
120
static bool match_proc(ps_t *);
usr/src/cmd/ptools/ptree/ptree.c
121
static void markprocs(ps_t *);
usr/src/cmd/ptools/ptree/ptree.c
122
static int printone(ps_t *, int);
usr/src/cmd/ptools/ptree/ptree.c
123
static void insertchild(ps_t *, ps_t *);
usr/src/cmd/ptools/ptree/ptree.c
124
static void prsort(ps_t *);
usr/src/cmd/ptools/ptree/ptree.c
125
static void printsubtree(ps_t *, int);
usr/src/cmd/ptools/ptree/ptree.c
126
static void p_get_svc_fmri(ps_t *, ct_stathdl_t);
usr/src/cmd/ptools/ptree/ptree.c
129
static ps_t *fakepid0(void);
usr/src/cmd/ptools/ptree/ptree.c
168
ps_t *p;
usr/src/cmd/ptools/ptree/ptree.c
278
ps_t *p = ps[n];
usr/src/cmd/ptools/ptree/ptree.c
315
printlines(ps_t *p, int level)
usr/src/cmd/ptools/ptree/ptree.c
326
ps_t *ancestor = p;
usr/src/cmd/ptools/ptree/ptree.c
340
printone(ps_t *p, int level)
usr/src/cmd/ptools/ptree/ptree.c
370
insertchild(ps_t *pp, ps_t *cp)
usr/src/cmd/ptools/ptree/ptree.c
373
ps_t **here;
usr/src/cmd/ptools/ptree/ptree.c
374
ps_t *sp;
usr/src/cmd/ptools/ptree/ptree.c
414
p_get_svc_fmri(ps_t *p, ct_stathdl_t inhdl)
usr/src/cmd/ptools/ptree/ptree.c
431
ctsort(ctid_t ctid, ps_t *p)
usr/src/cmd/ptools/ptree/ptree.c
433
ps_t *pp;
usr/src/cmd/ptools/ptree/ptree.c
449
ctps = xreallocarray(ctps, ctsize, sizeof (ps_t *));
usr/src/cmd/ptools/ptree/ptree.c
492
prsort(ps_t *p)
usr/src/cmd/ptools/ptree/ptree.c
495
ps_t *pp;
usr/src/cmd/ptools/ptree/ptree.c
522
printsubtree(ps_t *p, int level)
usr/src/cmd/ptools/ptree/ptree.c
538
match_proc(ps_t *p)
usr/src/cmd/ptools/ptree/ptree.c
573
markprocs(ps_t *p)
usr/src/cmd/ptools/ptree/ptree.c
586
static ps_t *
usr/src/cmd/ptools/ptree/ptree.c
589
ps_t *p0, *p;
usr/src/cmd/ptools/ptree/ptree.c
652
ps_t *p;
usr/src/cmd/ptools/ptree/ptree.c
660
ps = xreallocarray(ps, psize, sizeof (ps_t));
usr/src/cmd/ptools/ptree/ptree.c
81
static ps_t **ps; /* array of ps_t's */
usr/src/cmd/ptools/ptree/ptree.c
84
static ps_t **ctps; /* array of contract ps_t's */
usr/src/cmd/ptools/ptree/ptree.c
87
static ps_t *proc0; /* process 0 */
usr/src/cmd/ptools/ptree/ptree.c
88
static ps_t *proc1; /* process 1 */