Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c43 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 Dfmd_subr.c89 (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 Dfmd_thread.h45 fmd_tracebuf_t *thr_trdata; /* thread trace buffer */ member
H A Dfmd_mdb.c100 sizeof (t->trw_data), (uintptr_t)thr.thr_trdata); in trwalk_init()