Searched refs:NodeLength (Results 1 – 5 of 5) sorted by relevance
150 UINTN NodeLength; in IsDevicePathValid() local166 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()167 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in IsDevicePathValid()171 if (NodeLength > MAX_UINTN - Size) { in IsDevicePathValid()174 Size += NodeLength; in IsDevicePathValid()431 IN UINT16 NodeLength in CreateDeviceNode() argument436 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in CreateDeviceNode()443 DevicePath = AllocateZeroPool (NodeLength); in CreateDeviceNode()447 SetDevicePathNodeLength (DevicePath, NodeLength); in CreateDeviceNode()605 UINTN NodeLength; in AppendDevicePathNode() local[all …]
375 IN UINT16 NodeLength
2385 UINT32 NodeLength; in DtCompileIort() 2474 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in DtCompileIort() 2492 NodeLength += Subtable->Length; in DtCompileIort() 2509 NodeLength += Subtable->Length; in DtCompileIort() 2526 NodeLength += Subtable->Length; in DtCompileIort() 2543 NodeLength += Subtable->Length; in DtCompileIort() 2547 if (NodeLength > IortNode->MappingOffset) in DtCompileIort() 2552 if (NodeLength < IortNode->MappingOffset) in DtCompileIort() 2555 IortNode->MappingOffset - NodeLength, in DtCompileIort() 2563 NodeLength in DtCompileIort() 2246 UINT32 NodeLength; DtCompileIort() local [all...]
152 IN UINT16 NodeLength
414 IN UINT16 NodeLength