Searched refs:crawl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack_subr.c | 59 * Given a stack pointer, try to crawl down it to the bottom. 66 crawl(uintptr_t frame, uintptr_t kbase, uintptr_t ktop, uintptr_t ubase, function 234 if (crawl(sp, kbase, ktop, ubase, 0, fsip) == CRAWL_FOUNDALL) { 250 if (crawl(win, kbase, ktop, ubase, 1, fsip) == CRAWL_FOUNDALL) { 270 if ((levels = crawl(win, kbase, ktop, ubase, 1, fsip)) > 1) {
|
Completed in 66 milliseconds