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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c130 text_to_sobj(const char *text, uintptr_t *out) function
683 if (sobj != NULL && text_to_sobj(sobj, &sobj_ops) != 0)
686 if (excl_sobj != NULL && text_to_sobj(excl_sobj, &excl_sobj_ops) != 0)

Completed in 59 milliseconds