Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c65 uintptr_t startfunc; member
335 tip->startfunc = thrinfo.ti_startfunc; in thr_stack()
663 (void) sprintf(buff, "%.*lx", length, (long)tip->startfunc); in print_zombie()
665 if (Plookup_by_addr(Pr, tip->startfunc, in print_zombie()
669 start = tip->startfunc; in print_zombie()
671 if (start != tip->startfunc) /* doesn't happen? */ in print_zombie()
672 (void) printf("+%lx", (long)(tip->startfunc - start)); in print_zombie()