Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c500 ACPI_APMT_NODE *ApmtNode; in DtCompileApmt() local
531 ApmtNode = ACPI_CAST_PTR(ACPI_APMT_NODE, Subtable->Buffer); in DtCompileApmt()
533 if (ApmtNode->Length != sizeof(ACPI_APMT_NODE)) in DtCompileApmt()
539 if (ApmtNode->Type >= ACPI_APMT_NODE_TYPE_COUNT) in DtCompileApmt()
541 snprintf(MsgBuffer, 64, "Node Type : 0x%X", ApmtNode->Type); in DtCompileApmt()
552 if (PeerApmtNode->Id == ApmtNode->Id) in DtCompileApmt()
554 snprintf(MsgBuffer, 64, "Node Id : 0x%X existed", ApmtNode->Id); in DtCompileApmt()
562 CurLength += ApmtNode->Length; in DtCompileApmt()