Searched refs:NodeLength (Results 1 – 5 of 5) sorted by relevance
151 UINTN NodeLength; in IsDevicePathValid() local167 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()168 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in IsDevicePathValid()172 if (NodeLength > MAX_UINTN - Size) { in IsDevicePathValid()175 Size += NodeLength; in IsDevicePathValid()432 IN UINT16 NodeLength in CreateDeviceNode() argument437 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in CreateDeviceNode()444 DevicePath = AllocateZeroPool (NodeLength); in CreateDeviceNode()448 SetDevicePathNodeLength (DevicePath, NodeLength); in CreateDeviceNode()606 UINTN NodeLength; in AppendDevicePathNode() local[all …]
385 IN UINT16 NodeLength
1883 UINT32 NodeLength; in DtCompileIort() local1972 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort()1990 NodeLength += Subtable->Length; in DtCompileIort()2007 NodeLength += Subtable->Length; in DtCompileIort()2024 NodeLength += Subtable->Length; in DtCompileIort()2041 NodeLength += Subtable->Length; in DtCompileIort()2045 if (NodeLength > IortNode->MappingOffset) in DtCompileIort()2050 if (NodeLength < IortNode->MappingOffset) in DtCompileIort()2053 IortNode->MappingOffset - NodeLength, in DtCompileIort()2061 NodeLength = IortNode->MappingOffset; in DtCompileIort()[all …]
151 IN UINT16 NodeLength
414 IN UINT16 NodeLength