Searched refs:ErrorBlockLength (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_apei.c | 401 len = MIN(ge->v1.ErrorBlockLength - sizeof(*ges), ges->DataLength); in apei_ge_handler() 460 memcpy(ge->copybuf, ge->buf, ge->v1.ErrorBlockLength); in apei_nmi_handler() 706 ge->v1.ErrorBlockLength, VM_MEMATTR_WRITE_COMBINING); in apei_attach() 727 ge->copybuf = malloc(ge->v1.ErrorBlockLength, in apei_attach() 787 pmap_unmapdev(ge->buf, ge->v1.ErrorBlockLength); in apei_detach()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 2085 UINT32 ErrorBlockLength; member 2103 UINT32 ErrorBlockLength; member
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 1786 {ACPI_DMT_UINT32, ACPI_HEST9_OFFSET (ErrorBlockLength), "Error Status Block Length", 0}, 1803 {ACPI_DMT_UINT32, ACPI_HEST10_OFFSET (ErrorBlockLength), "Error Status Block Length", 0},
|
| /freebsd/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 988 printf("\tErrorBlockLength=%d\n", s->ErrorBlockLength); in acpi_handle_hest_structure() 1003 printf("\tErrorBlockLength=%d\n", s->ErrorBlockLength); in acpi_handle_hest_structure()
|