Searched defs:mode_info_excpt_page (Results 1 – 1 of 1) sorted by relevance
371 struct mode_info_excpt_page { struct372 struct mode_page mode_page; /* common mode page header */374 uchar_t log_err : 1; /* log errors */376 uchar_t test : 1; /* create test failure */377 uchar_t dexcpt : 1; /* disable exception */378 uchar_t ewasc : 1; /* enable warning */379 uchar_t ebf : 1; /* enable background function */381 uchar_t perf : 1; /* performance */382 uchar_t mrie : 4; /* method of reporting info. excpts. */385 uchar_t perf : 1; /* performance */[all …]