Searched defs:bofi_errstate32 (Results 1 – 1 of 1) sorted by relevance
245 struct bofi_errstate32 { struct246 hrtime_t fail_time; /* time that count went to zero */247 hrtime_t msg_time; /* time that ddi_report_error was called */248 uint_t access_count;249 uint_t fail_count;250 uint_t acc_chk;251 uint_t errmsg_count;252 char buffer[ERRMSGSIZE];253 ddi_fault_impact_t severity;254 struct acc_log32 log;[all …]