Home
last modified time | relevance | path

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

/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c151 UINTN NodeLength; in IsDevicePathValid() local
167 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() argument
437 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 …]
H A Duefi-dplib.h385 IN UINT16 NodeLength
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Ddttable1.c1883 UINT32 NodeLength; in DtCompileIort() local
1972 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 …]
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h151 IN UINT16 NodeLength
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h414 IN UINT16 NodeLength