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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c62 uintptr_t startfunc; member in struct:threadinfo
329 tip->startfunc = thrinfo.ti_startfunc;
619 (void) sprintf(buff, "%.*lx", length, (long)tip->startfunc);
621 if (Plookup_by_addr(Pr, tip->startfunc,
625 start = tip->startfunc;
627 if (start != tip->startfunc) /* doesn't happen? */
628 (void) printf("+%lx", (long)(tip->startfunc - start));
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c68 start_func_t startfunc,
75 start_func_t startfunc,

Completed in 68 milliseconds