HomeSort by: relevance | last modified time | path
    Searched defs:bert (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
apei_bert.c 30 * APEI BERT -- Boot Error Record Table
58 const ACPI_TABLE_BERT *bert = sc->sc_tab.bert; local in function:apei_bert_attach
65 if (bert->Header.Length < sizeof(*bert)) {
66 aprint_error_dev(sc->sc_dev, "BERT: truncated table:"
68 bert->Header.Length, sizeof(*bert));
73 * In verbose boots, print the BERT physical address and
77 aprint_verbose_dev(sc->sc_dev, "BERT: 0x%x bytes at 0x%"PRIx64"\n"
131 const ACPI_TABLE_BERT *bert = sc->sc_tab.bert; local in function:apei_bert_detach
    [all...]
apeivar.h 53 ACPI_TABLE_BERT *bert; /* Boot Error Record Table */ member in struct:apei_tab
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1223 ACPI_TABLE_BERT *bert; local in function:acpi_handle_bert
1227 bert = (ACPI_TABLE_BERT *)sdp;
1229 printf("\tLength of Boot Error Region=%d bytes\n", bert->RegionLength);
1230 printf("\tPhysical Address of Region=0x%"PRIx64"\n", bert->Address);

Completed in 15 milliseconds