Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2083 struct searcher *searcher_data = (struct searcher *)data; in td_searcher() local
2085 if (searcher_data->addr == th_p->th_unique) { in td_searcher()
2086 searcher_data->status = 1; in td_searcher()
2103 struct searcher searcher_data = {0, 0}; in __td_thr_validate() local
2117 searcher_data.addr = th_p->th_unique; in __td_thr_validate()
2119 td_searcher, &searcher_data, in __td_thr_validate()
2123 if (return_val == TD_OK && searcher_data.status == 0) in __td_thr_validate()