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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.h76 extern int stacks_findstack(uintptr_t, findstack_info_t *, uint_t);
H A Dfindstack_subr.c142 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) function
H A Dfindstack.c91 if ((retval = stacks_findstack(addr, &fsi, 1)) != DCMD_OK ||
381 if (stacks_findstack(addr, fsip, 0) != DCMD_OK &&
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c219 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) function

Completed in 47 milliseconds