Searched refs:thr_trdata (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 43 tp->thr_trdata = fmd_trace_create(); in fmd_thread_xcreate() 83 tp->thr_trdata = fmd_trace_create(); in fmd_thread_create_cmn() 134 fmd_trace_destroy(tp->thr_trdata); in fmd_thread_destroy()
|
H A D | fmd_subr.c | 89 (void) tp->thr_trfunc(tp->thr_trdata, FMD_DBG_ERR, format, ap); in fmd_vpanic() 134 (void) tp->thr_trfunc(tp->thr_trdata, FMD_DBG_ERR, format, ap); in fmd_verror() 211 (void) tp->thr_trfunc(tp->thr_trdata, mask, format, ap); in fmd_vdprintf() 281 trp = tp->thr_trfunc(tp->thr_trdata, tag, format, ap); in fmd_trace()
|
H A D | fmd_thread.h | 45 fmd_tracebuf_t *thr_trdata; /* thread trace buffer */ member
|
H A D | fmd_mdb.c | 100 sizeof (t->trw_data), (uintptr_t)thr.thr_trdata); in trwalk_init()
|