Lines Matching defs:severity
844 * Print the numeric severity and, if we have it, a symbolic
962 * errors. For each of the four severity levels in a Generic
1000 * apei_gesb_ratecheck(sc, severity, suppressed)
1002 * Check for a rate limit on errors of the specified severity.
1012 apei_gesb_ratecheck(struct apei_softc *sc, uint32_t severity,
1017 unsigned i = MIN(severity, ACPI_HEST_GEN_ERROR_NONE); /* paranoia */
1070 uint32_t status, unknownstatus, severity, nentries, i;
1114 * Read out the severity and get the number of entries in this
1117 severity = gesb->ErrorSeverity;
1121 * Print a message to the console and dmesg about the severity
1124 ratelimitok = apei_gesb_ratecheck(sc, severity, suppressed);
1137 if (severity < __arraycount(apei_gesb_severity)) {
1140 " severity=%s nentries=%u status=%s\n",
1142 apei_gesb_severity[severity], nentries, statusbuf);
1145 " severity=%"PRIu32" nentries=%u status=%s\n",
1147 severity, nentries, statusbuf);
1158 switch (severity) {