Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.h61 typedef fmd_tracerec_t *fmd_tracebuf_f(fmd_tracebuf_t *, typedef
67 extern fmd_tracebuf_f fmd_trace_none;
68 extern fmd_tracebuf_f fmd_trace_lite;
69 extern fmd_tracebuf_f fmd_trace_full;
H A Dfmd_thread.c44 tp->thr_trfunc = (fmd_tracebuf_f *)fmd.d_thr_trace; in fmd_thread_xcreate()
84 tp->thr_trfunc = (fmd_tracebuf_f *)fmd.d_thr_trace; in fmd_thread_create_cmn()
H A Dfmd_thread.h46 fmd_tracebuf_f *thr_trfunc; /* thread trace function */
H A Dfmd.c161 fmd_tracebuf_f *func; in fmd_trmode_set()