Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libefivar/
H A Duefi-dputil.c150 UINTN NodeLength; in IsDevicePathValid() local
166 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() argument
436 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 …]
H A Duefi-dplib.h375 IN UINT16 NodeLength
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c2161 UINT32 NodeLength; in DtCompileIort() local
2268 NodeLength += Subtable->Length; in DtCompileIort()
2302 NodeLength += Subtable->Length; in DtCompileIort()
2354 NodeLength += Subtable->Length; in DtCompileIort()
2368 NodeLength += Subtable->Length; in DtCompileIort()
2381 NodeLength += Subtable->Length; in DtCompileIort()
2444 NodeLength += Subtable->Length; in DtCompileIort()
2457 NodeLength += Subtable->Length; in DtCompileIort()
2471 NodeLength += Subtable->Length; in DtCompileIort()
2476 IortRmr->RmrOffset = NodeLength; in DtCompileIort()
[all …]
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePathUtilities.h152 IN UINT16 NodeLength
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h414 IN UINT16 NodeLength