Searched refs:spflt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c109 static void cpu_aflt_log(int ce_code, int tagnum, spitf_async_flt *spflt,
3151 * spflt: pointer to spitfire async fault structure
3156 * The logflags allows the construction of predetermined output from the spflt
3158 * Note that either or both of the spflt structure pointer and logflags may be
3178 cpu_aflt_log(int ce_code, int tagnum, spitf_async_flt *spflt, uint_t logflags, argument
3181 struct async_flt *aflt = (struct async_flt *)spflt;
3209 if (spflt != NULL && (logflags & CPU_ERRID_FIRST)) {
3225 if (spflt != NULL) {
3296 spflt->flt_sdbh, UDB_FMTSTR,
3297 spflt
[all...]

Completed in 66 milliseconds