Home
last modified time | relevance | path

Searched refs:ACPI_SIG_DBGP (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/common/
H A Dahtable.c107 {ACPI_SIG_DBGP, "Debug Port Table"},
H A Ddmtable.c577 {ACPI_SIG_DBGP, AcpiDmTableInfoDbgp, NULL, NULL, TemplateDbgp},
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h72 #define ACPI_SIG_DBGP "DBGP" /* Debug Port table */ macro
/netbsd/usr.sbin/acpitools/acpidump/
H A Dacpi.c4506 else if (!memcmp(sdp->Signature, ACPI_SIG_DBGP, 4)) in acpi_handle_rsdt()