Searched refs:AERInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_apei.c111 uint8_t AERInfo[96]; member in struct:apei_pcie_error
234 (p->ValidationBits & 0x80) ? p->AERInfo : NULL);
279 for (off = 0; off < sizeof(p->AERInfo); off++) {
280 printf(" %02x", p->AERInfo[off]);
281 if ((off % 16) == 15 || off + 1 == sizeof(p->AERInfo))

Completed in 103 milliseconds