Home
last modified time | relevance | path

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

/dragonfly/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
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable1.c1883 UINT32 NodeLength; in DtCompileIort() local
1990 NodeLength += Subtable->Length; in DtCompileIort()
2024 NodeLength += Subtable->Length; in DtCompileIort()
2076 NodeLength += Subtable->Length; in DtCompileIort()
2090 NodeLength += Subtable->Length; in DtCompileIort()
2103 NodeLength += Subtable->Length; in DtCompileIort()
2166 NodeLength += Subtable->Length; in DtCompileIort()
2179 NodeLength += Subtable->Length; in DtCompileIort()
2193 NodeLength += Subtable->Length; in DtCompileIort()
2198 IortRmr->RmrOffset = NodeLength; in DtCompileIort()
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h151 IN UINT16 NodeLength
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h414 IN UINT16 NodeLength