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

/freebsd-current/sys/dev/acpica/
H A Dacpi_apei.c129 uint8_t AERInfo[96]; member in struct:apei_pcie_error
267 (p->ValidationBits & 0x80) ? p->AERInfo : NULL);
317 for (off = 0; off < sizeof(p->AERInfo); off++) {
318 printf(" %02x", p->AERInfo[off]);
319 if ((off % 16) == 15 || off + 1 == sizeof(p->AERInfo))

Completed in 48 milliseconds