Searched refs:spflt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 109 static void cpu_aflt_log(int ce_code, int tagnum, spitf_async_flt *spflt, 3178 cpu_aflt_log(int ce_code, int tagnum, spitf_async_flt *spflt, uint_t logflags, in cpu_aflt_log() argument 3181 struct async_flt *aflt = (struct async_flt *)spflt; in cpu_aflt_log() 3209 if (spflt != NULL && (logflags & CPU_ERRID_FIRST)) { in cpu_aflt_log() 3225 if (spflt != NULL) { in cpu_aflt_log() 3296 spflt->flt_sdbh, UDB_FMTSTR, in cpu_aflt_log() 3297 spflt->flt_sdbh & 0xFF); in cpu_aflt_log() 3304 spflt->flt_sdbl, UDB_FMTSTR, in cpu_aflt_log() 3305 spflt->flt_sdbl & 0xFF); in cpu_aflt_log()
|