Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.h46 uchar_t fsi_max_depth; /* stack frames available */ member
H A Dfindstack_subr.c86 if (fsip->fsi_depth < fsip->fsi_max_depth) in crawl()
H A Dfindstack.c465 fsip->fsi_max_depth = STACKS_MAX_DEPTH; in stacks_run()
467 mdb_alloc(fsip->fsi_max_depth * sizeof (*fsip->fsi_stack), in stacks_run()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c291 if (fsip->fsi_depth < fsip->fsi_max_depth) { in stacks_findstack()