Searched refs:ctps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c74 static ps_t **ctps; /* array of contract ps_t's */ variable
273 p = ctps[n];
410 if (ctps[n]->ctid == ctid) {
411 insertchild(ctps[n], p);
426 if ((ctps = realloc(ctps, ctsize * sizeof (ps_t *))) == NULL) {
436 ctps[nctps++] = pp;

Completed in 52 milliseconds