Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c97 UINTN NodeLength; in IsDevicePathValid() local
111 NodeLength = DevicePathNodeLength (DevicePath); in IsDevicePathValid()
112 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in IsDevicePathValid()
116 if (NodeLength > MAX_UINTN - Size) { in IsDevicePathValid()
120 Size += NodeLength; in IsDevicePathValid()
141 (*(const CHAR16 *)((const UINT8 *) DevicePath + NodeLength - 2) != 0)) in IsDevicePathValid()
587 UINTN NodeLength; in AppendDevicePathNode() local
596 NodeLength = DevicePathNodeLength (DevicePathNode); in AppendDevicePathNode()
598 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
603 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()
[all …]
H A Duefi-dplib.h375 IN UINT16 NodeLength
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c2649 UINT32 NodeLength; in DtCompileIort() local
2738 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 …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePathUtilities.h151 IN UINT16 NodeLength
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h414 IN UINT16 NodeLength