Home
last modified time | relevance | path

Searched refs:ACPI_HEST_IA_ERROR_BANK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c2018 ACPI_HEST_IA_ERROR_BANK *BankTable; in AcpiDmDumpHest()
2122 BankTable = ACPI_ADD_PTR (ACPI_HEST_IA_ERROR_BANK, Subtable, in AcpiDmDumpHest()
2124 SubtableLength += BankCount * sizeof (ACPI_HEST_IA_ERROR_BANK); in AcpiDmDumpHest()
2130 sizeof (ACPI_HEST_IA_ERROR_BANK), AcpiDmTableInfoHestBank); in AcpiDmDumpHest()
2136 Offset += sizeof (ACPI_HEST_IA_ERROR_BANK); in AcpiDmDumpHest()
/freebsd/sys/dev/acpica/
H A Dacpi_apei.c517 sizeof(ACPI_HEST_IA_ERROR_BANK)); in hest_parse_structure()
522 sizeof(ACPI_HEST_IA_ERROR_BANK)); in hest_parse_structure()
557 sizeof(ACPI_HEST_IA_ERROR_BANK)); in hest_parse_structure()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c679 acpi_print_hest_bank(ACPI_HEST_IA_ERROR_BANK *b) in acpi_print_hest_bank()
748 acpi_print_hest_bank((ACPI_HEST_IA_ERROR_BANK *) in acpi_handle_hest_structure()
752 sizeof(ACPI_HEST_IA_ERROR_BANK)); in acpi_handle_hest_structure()
764 acpi_print_hest_bank((ACPI_HEST_IA_ERROR_BANK *) in acpi_handle_hest_structure()
768 sizeof(ACPI_HEST_IA_ERROR_BANK)); in acpi_handle_hest_structure()
841 acpi_print_hest_bank((ACPI_HEST_IA_ERROR_BANK *) in acpi_handle_hest_structure()
845 sizeof(ACPI_HEST_IA_ERROR_BANK)); in acpi_handle_hest_structure()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h1876 } ACPI_HEST_IA_ERROR_BANK; typedef
H A Dactbinfo.h302 #define ACPI_HESTB_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_HEST_IA_ERROR_BANK,f)