Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c610 const char *excl_sobj = NULL; in stacks() local
650 'S', MDB_OPT_STR, &excl_sobj, in stacks()
657 if (sobj != NULL || excl_sobj != NULL || in stacks()
663 excl_sobj = "CV"; in stacks()
698 if (excl_sobj != NULL && text_to_sobj(excl_sobj, &excl_sobj_ops) != 0) in stacks()