Searched defs:mode_info_excpt_page (Results 1 – 1 of 1) sorted by relevance
353 struct mode_info_excpt_page { struct354 struct mode_page mode_page; /* common mode page header */356 uchar_t log_err : 1; /* log errors */358 uchar_t test : 1; /* create test failure */359 uchar_t dexcpt : 1; /* disable exception */360 uchar_t ewasc : 1; /* enable warning */361 uchar_t ebf : 1; /* enable background function */363 uchar_t perf : 1; /* performance */364 uchar_t mrie : 4; /* method of reporting info. excpts. */367 uchar_t perf : 1; /* performance */[all …]