Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.h49 } fmd_tracerec_t; typedef
52 fmd_tracerec_t *tb_buf; /* pointer to first trace record */
53 fmd_tracerec_t *tb_end; /* pointer to last trace record */
54 fmd_tracerec_t *tb_ptr; /* next trace record to use */
61 typedef fmd_tracerec_t *fmd_tracebuf_f(fmd_tracebuf_t *,
H A Dfmd_trace.c66 if (sizeof (fmd_tracerec_t) % sizeof (hrtime_t) == 0) in fmd_trace_create()
71 tbp->tb_size = sizeof (fmd_tracerec_t) + in fmd_trace_create()
96 fmd_trace_frame(uintptr_t pc, int sig, fmd_tracerec_t *trp) in fmd_trace_frame()
103 fmd_tracerec_t *
109 fmd_tracerec_t *
113 fmd_tracerec_t *trp = tbp->tb_ptr; in fmd_trace_lite()
141 fmd_tracerec_t *
145 fmd_tracerec_t *trp = tbp->tb_ptr; in fmd_trace_full()
H A Dfmd_mdb.c48 const fmd_tracerec_t *trw_stop;
49 fmd_tracerec_t *trw_xrec;
86 fmd_tracerec_t *buf; in trwalk_init()
138 static fmd_tracerec_t *
147 t->trw_data.tb_ptr = (fmd_tracerec_t *) in trwalk_nextrec()
161 fmd_tracerec_t *trp; in trwalk_step()
211 trprint_msg(uintptr_t addr, const fmd_tracerec_t *trp, uintptr_t tid) in trprint_msg()
226 trprint_cpp(uintptr_t addr, const fmd_tracerec_t *trp, uintptr_t tid) in trprint_cpp()
245 trprint_stack(const fmd_tracerec_t *trp) in trprint_stack()
257 trprint_msg_stack(uintptr_t addr, const fmd_tracerec_t *trp, uintptr_t tid) in trprint_msg_stack()
[all …]
H A Dfmd_subr.c256 fmd_tracerec_t *trp = ptr; in fmd_trace_cpp()