Lines Matching refs:full
554 ttprint_short(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu)
557 const struct trap_trace_record *ttp = &full->ttf_rec;
560 mdb_printf("%3d ", full->ttf_cpu);
562 if (*cpu != full->ttf_cpu)
632 ttprint_long(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu)
634 const struct trap_trace_record *ttp = &full->ttf_rec;
637 mdb_printf("%3d ", full->ttf_cpu);
638 else if (*cpu != full->ttf_cpu)
902 httprint_short(uintptr_t addr, const htrap_trace_fullrec_t *full, int *cpu)
905 const struct htrap_trace_record *ttp = &full->ttf_rec;
908 mdb_printf("%3d ", full->ttf_cpu);
910 if (*cpu != full->ttf_cpu)
927 httprint_long(uintptr_t addr, const htrap_trace_fullrec_t *full, int *cpu)
929 const struct htrap_trace_record *ttp = &full->ttf_rec;
932 mdb_printf("%3d ", full->ttf_cpu);
933 else if (*cpu != full->ttf_cpu)
1164 xctrace_walk(uintptr_t addr, const trap_trace_fullrec_t *full, int *cpu)
1166 const struct trap_trace_record *ttp = &full->ttf_rec;
1180 full->ttf_cpu, ttp->tt_tick, str, ttp->tt_f1, ttp->tt_f2,
1189 mdb_printf("%3d %016llx %-16s %08x %a\n", full->ttf_cpu,