Searched defs:excl_sobj_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c599 uintptr_t sobj_ops = 0, excl_sobj_ops = 0; local
686 if (excl_sobj != NULL && text_to_sobj(excl_sobj, &excl_sobj_ops) != 0)
689 if (sobj_ops != 0 && excl_sobj_ops != 0) {
831 if (excl_sobj_ops == SOBJ_ALL) {
834 } else if (excl_sobj_ops != 0) {
835 if (excl_sobj_ops == sep->se_sobj_ops)

Completed in 57 milliseconds