Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Ddttable1.c2246 UINT32 NodeLength; in DtCompileIort() local
2335 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort()
2353 NodeLength += Subtable->Length; in DtCompileIort()
2370 NodeLength += Subtable->Length; in DtCompileIort()
2387 NodeLength += Subtable->Length; in DtCompileIort()
2404 NodeLength += Subtable->Length; in DtCompileIort()
2408 if (NodeLength > IortNode->MappingOffset) in DtCompileIort()
2413 if (NodeLength < IortNode->MappingOffset) in DtCompileIort()
2416 IortNode->MappingOffset - NodeLength, in DtCompileIort()
2424 NodeLength = IortNode->MappingOffset; in DtCompileIort()
[all …]