Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Ddttable1.c408 ACPI_APMT_NODE *ApmtNode; in DtCompileApmt() local
439 ApmtNode = ACPI_CAST_PTR(ACPI_APMT_NODE, Subtable->Buffer); in DtCompileApmt()
441 if (ApmtNode->Length != sizeof(ACPI_APMT_NODE)) in DtCompileApmt()
447 if (ApmtNode->Type >= ACPI_APMT_NODE_TYPE_COUNT) in DtCompileApmt()
449 snprintf(MsgBuffer, 64, "Node Type : 0x%X", ApmtNode->Type); in DtCompileApmt()
460 if (PeerApmtNode->Id == ApmtNode->Id) in DtCompileApmt()
462 snprintf(MsgBuffer, 64, "Node Id : 0x%X existed", ApmtNode->Id); in DtCompileApmt()
470 CurLength += ApmtNode->Length; in DtCompileApmt()