Home
last modified time | relevance | path

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

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