Lines Matching defs:thr
69 fmd_thread_t thr;
83 addr = (uintptr_t)thr.thr_list.l_next) {
89 if (mdb_vread(&thr, sizeof (thr), addr) != sizeof (thr)) {
100 sizeof (t->trw_data), (uintptr_t)thr.thr_trdata);
108 t->trw_tid = thr.thr_tid;
698 fmd_thread_t thr;
706 if (mdb_vread(&thr, sizeof (thr), addr) != sizeof (thr)) {
717 addr, thr.thr_mod, thr.thr_tid, thr.thr_func);