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

/freebsd-12-stable/lib/libefivar/
H A Duefi-dputil.c152 UINTN NodeLength; local
168 NodeLength = DevicePathNodeLength (DevicePath);
169 if (NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
173 if (NodeLength > MAX_UINTN - Size) {
176 Size += NodeLength;
381 by NodeLength. NodeLength is returned. Node is not required to be aligned on
386 If NodeLength >= SIZE_64KB, then ASSERT().
387 If NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL), then ASSERT().
413 NodeLength an
607 UINTN NodeLength; local
[all...]
H A Duefi-dplib.h365 NodeLength and initializes the device path node header with NodeType and NodeSubType.
367 If NodeLength is smaller than a device path header, then NULL is returned.
375 @param NodeLength The length of the new device node.
385 IN UINT16 NodeLength
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1590 UINT32 NodeLength; local
1657 NodeLength = ACPI_OFFSET (ACPI_IORT_NODE, NodeData);
1675 NodeLength += Subtable->Length;
1692 NodeLength += Subtable->Length;
1709 NodeLength += Subtable->Length;
1726 NodeLength += Subtable->Length;
1730 if (NodeLength > IortNode->MappingOffset)
1735 if (NodeLength < IortNode->MappingOffset)
1738 IortNode->MappingOffset - NodeLength,
1746 NodeLength
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePathUtilities.h145 @param NodeLength NodeLength is the length of the device node
149 @retval NULL NodeLength is less than
158 IN UINT16 NodeLength
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h190 by NodeLength. NodeLength is returned. Node is not required to be aligned on
195 If NodeLength >= 0x10000, then ASSERT().
196 If NodeLength < sizeof (EFI_DEVICE_PATH_PROTOCOL), then ASSERT().
399 This function creates a new device node in a newly allocated buffer of size NodeLength and
402 If NodeLength is smaller than a device path header, then NULL is returned.
409 @param NodeLength The length of the new device node.
419 IN UINT16 NodeLength

Completed in 127 milliseconds