Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c39 tp->thr_mod = mp; in fmd_thread_xcreate()
80 tp->thr_mod = mp; in fmd_thread_create_cmn()
127 "%s (tid %u)\n", tp->thr_mod->mod_name, tp->thr_tid); in fmd_thread_destroy()
H A Dfmd_thread.h41 struct fmd_module *thr_mod; /* module associated with this thread */ member
H A Dfmd_api.c253 if (tp->thr_mod == fmd.d_rmod && tp->thr_func == &fmd_door_server) in fmd_api_module()
254 tp->thr_mod = (fmd_module_t *)hdl; in fmd_api_module()
256 if ((mp = tp->thr_mod) != (fmd_module_t *)hdl) { in fmd_api_module()
357 fmd_module_t *mp = tp->thr_mod; in fmd_hdl_register()
1862 mp = old_tp->thr_mod; in fmd_doorthr_create()
H A Dfmd_mdb.c724 addr, thr.thr_mod, thr.thr_tid, thr.thr_func); in fmd_thread()