Searched refs:thr_mod (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h41 struct fmd_module *thr_mod; /* module associated with this thread */ member in struct:fmd_thread
H A Dfmd_thread.c39 tp->thr_mod = mp;
80 tp->thr_mod = mp;
127 "%s (tid %u)\n", tp->thr_mod->mod_name, tp->thr_tid);
H A Dfmd_api.c244 * auxiliary module thread. We reset tp->thr_mod to the module
253 if (tp->thr_mod == fmd.d_rmod && tp->thr_func == &fmd_door_server)
254 tp->thr_mod = (fmd_module_t *)hdl;
256 if ((mp = tp->thr_mod) != (fmd_module_t *)hdl) {
357 fmd_module_t *mp = tp->thr_mod;
1862 mp = old_tp->thr_mod;
H A Dfmd_mdb.c717 addr, thr.thr_mod, thr.thr_tid, thr.thr_func);

Completed in 53 milliseconds