Lines Matching refs:apei
1 /* $NetBSD: apei.c,v 1.9 2024/10/27 21:28:54 riastradh Exp $ */
30 * APEI: ACPI Platform Error Interface
37 * OSPM, support APEI
41 __KERNEL_RCSID(0, "$NetBSD: apei.c,v 1.9 2024/10/27 21:28:54 riastradh Exp $");
65 ACPI_MODULE_NAME ("apei")
77 CFATTACH_DECL_NEW(apei, sizeof(struct apei_softc),
87 * If we have any of the APEI tables, match.
128 * Create sysctl hw.acpi.apei.
132 CTLTYPE_NODE, "apei",
138 "failed to create sysctl hw.acpi.apei: %d\n", error);
189 * Detach the software state for the APEI tables.
201 * Release the APEI tables and we're done.
211 * Get references to whichever APEI-related tables -- BERT, EINJ,
278 * Identify the APEI-related table header for dmesg.
1346 MODULE(MODULE_CLASS_DRIVER, apei, NULL);