Searched refs:ErrorBlockLength (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 402 len = MIN(ge->v1.ErrorBlockLength - sizeof(*ges), ges->DataLength); in apei_ge_handler() 461 memcpy(ge->copybuf, ge->buf, ge->v1.ErrorBlockLength); in apei_nmi_handler() 707 ge->v1.ErrorBlockLength, VM_MEMATTR_WRITE_COMBINING); in apei_attach() 728 ge->copybuf = malloc(ge->v1.ErrorBlockLength, in apei_attach() 788 pmap_unmapdev(ge->buf, ge->v1.ErrorBlockLength); in apei_detach()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 2061 UINT32 ErrorBlockLength; member 2079 UINT32 ErrorBlockLength; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo1.c | 1504 {ACPI_DMT_UINT32, ACPI_HEST9_OFFSET (ErrorBlockLength), "Error Status Block Length", 0}, 1521 {ACPI_DMT_UINT32, ACPI_HEST10_OFFSET (ErrorBlockLength), "Error Status Block Length", 0},
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 808 printf("\tErrorBlockLength=%d\n", s->ErrorBlockLength); in acpi_handle_hest_structure() 823 printf("\tErrorBlockLength=%d\n", s->ErrorBlockLength); in acpi_handle_hest_structure()
|