Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3773 didmatch(uintptr_t addr, const kthread_t *thr, kt_did_t *didp) in didmatch() function
3795 if (mdb_walk("thread", (mdb_walk_cb_t)didmatch, (void *)&did) == -1) { in did2thread()