Searched refs:NodeLength (Results 1 – 1 of 1) sorted by relevance
2246 UINT32 NodeLength; in DtCompileIort() local2335 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 …]