Searched refs:thr_trfunc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h46 fmd_tracebuf_f *thr_trfunc; /* thread trace function */ member in struct:fmd_thread
H A Dfmd_thread.c44 tp->thr_trfunc = (fmd_tracebuf_f *)fmd.d_thr_trace;
84 tp->thr_trfunc = (fmd_tracebuf_f *)fmd.d_thr_trace;
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);

Completed in 95 milliseconds