Searched refs:NodeLength (Results 1 – 5 of 5) sorted by relevance
149 UINTN NodeLength; in IsDevicePathValid() local165 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()166 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in IsDevicePathValid()170 if (NodeLength > MAX_UINTN - Size) { in IsDevicePathValid()173 Size += NodeLength; in IsDevicePathValid()430 IN UINT16 NodeLength in CreateDeviceNode() argument435 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in CreateDeviceNode()442 DevicePath = AllocateZeroPool (NodeLength); in CreateDeviceNode()446 SetDevicePathNodeLength (DevicePath, NodeLength); in CreateDeviceNode()604 UINTN NodeLength; in AppendDevicePathNode() local[all …]
375 IN UINT16 NodeLength
2649 UINT32 NodeLength; in DtCompileIort() local2738 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort()2756 NodeLength += Subtable->Length; in DtCompileIort()2773 NodeLength += Subtable->Length; in DtCompileIort()2790 NodeLength += Subtable->Length; in DtCompileIort()2807 NodeLength += Subtable->Length; in DtCompileIort()2811 if (NodeLength > IortNode->MappingOffset) in DtCompileIort()2816 if (NodeLength < IortNode->MappingOffset) in DtCompileIort()2819 IortNode->MappingOffset - NodeLength, in DtCompileIort()2827 NodeLength = IortNode->MappingOffset; in DtCompileIort()[all …]
151 IN UINT16 NodeLength
414 IN UINT16 NodeLength