Home
last modified time | relevance | path

Searched refs:ACPI_SIG_WAET (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/common/
H A Dahtable.c159 {ACPI_SIG_WAET, "Windows ACPI Emulated Devices Table"},
H A Ddmtable.c625 {ACPI_SIG_WAET, AcpiDmTableInfoWaet, NULL, NULL, TemplateWaet},
/netbsd/sys/dev/acpi/
H A Dacpi_timer.c83 rv = AcpiGetTable(ACPI_SIG_WAET, 0, (ACPI_TABLE_HEADER **)&waet); in acpitimer_init()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactbl3.h73 #define ACPI_SIG_WAET "WAET" /* Windows ACPI Emulated devices Table */ macro
/netbsd/usr.sbin/acpitools/acpidump/
H A Dacpi.c4556 else if (!memcmp(sdp->Signature, ACPI_SIG_WAET, 4)) in acpi_handle_rsdt()