Lines Matching defs:report
763 * names, minimum data lengths, and functions to report them.
786 * apei_gede_report_header(sc, gede, ctx, ratelimitok, &headerlen, &report)
788 * Report the header of the ith Generic Error Data Entry in the
794 * Return the report type in report, or NULL if not known because
822 const struct apei_cper_report *const report =
825 if (memcmp(§ype, report->type, sizeof(sectype)) != 0)
830 ctx, guidstr, report->name);
832 *reportp = report;
858 * shown at the time of a hardware error report, not something
1033 * If it's OK to print, report the number of errors that were
1062 * size in bytes, and report any errors in it. Return the 32-bit
1064 * report to firmware.
1209 * Report each of the Generic Error Data Entries.
1213 const struct apei_cper_report *report;
1238 * CPER report function if possible.
1241 &headerlen, &report);
1272 * Report the Common Platform Error Record appendix to
1275 if (report == NULL) {
1282 (*report->func)(sc, (const char *)gede + headerlen,