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

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h45 fmd_tracebuf_t *thr_trdata; /* thread trace buffer */ member in struct:fmd_thread
H A Dfmd_thread.c43 tp->thr_trdata = fmd_trace_create();
83 tp->thr_trdata = fmd_trace_create();
134 fmd_trace_destroy(tp->thr_trdata);
H A Dfmd_subr.c89 (void) tp->thr_trfunc(tp->thr_trdata, FMD_DBG_ERR, format, ap);
134 (void) tp->thr_trfunc(tp->thr_trdata, FMD_DBG_ERR, format, ap);
211 (void) tp->thr_trfunc(tp->thr_trdata, mask, format, ap);
281 trp = tp->thr_trfunc(tp->thr_trdata, tag, format, ap);
H A Dfmd_mdb.c100 sizeof (t->trw_data), (uintptr_t)thr.thr_trdata);

Completed in 49 milliseconds