Lines Matching refs:bert
90 if (tab.bert || tab.einj || tab.erst || tab.hest)
143 * Set up BERT, EINJ, ERST, and HEST.
145 if (sc->sc_tab.bert) {
146 apei_identify(sc, "BERT", &sc->sc_tab.bert->Header);
197 if (sc->sc_tab.bert)
211 * Get references to whichever APEI-related tables -- BERT, EINJ,
220 * Probe the BERT -- Boot Error Record Table.
222 rv = AcpiGetTable(ACPI_SIG_BERT, 0, (ACPI_TABLE_HEADER **)&tab->bert);
224 tab->bert = NULL;
257 if (tab->bert != NULL) {
258 AcpiPutTable(&tab->bert->Header);
259 tab->bert = NULL;