Searched refs:NodeLength (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/ |
H A D | DevicePathUtilities.c | 210 This function creates a new device node in a newly allocated buffer of size NodeLength and 213 If NodeLength is smaller than a device path header, then NULL is returned. 220 @param NodeLength The length of the new device node. 230 IN UINT16 NodeLength 233 return CreateDeviceNode (NodeType, NodeSubType, NodeLength);
|
H A D | DevicePath.h | 410 This function creates a new device node in a newly allocated buffer of size NodeLength and 413 If NodeLength is smaller than a device path header, then NULL is returned. 420 @param NodeLength The length of the new device node. 430 IN UINT16 NodeLength
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.c | 225 by NodeLength. NodeLength is returned. Node is not required to be aligned on 230 If NodeLength >= 0x10000, then ASSERT(). 462 UINTN NodeLength; local 470 NodeLength = DevicePathNodeLength (DevicePathNode); 472 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); 476 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); 637 NodeLength and initializes the device path node header with NodeType and NodeSubType. 639 If NodeLength is smaller than a device path header, then NULL is returned. 647 @param NodeLength Th [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | DevicePathUtilities.h | 145 @param NodeLength NodeLength is the length of the device node 149 @retval NULL NodeLength is less than 158 IN UINT16 NodeLength
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | DevicePathLib.h | 166 by NodeLength. NodeLength is returned. Node is not required to be aligned on 171 If NodeLength >= 0x10000, then ASSERT(). 370 This function creates a new device node in a newly allocated buffer of size NodeLength and 373 If NodeLength is smaller than a device path header, then NULL is returned. 380 @param NodeLength The length of the new device node. 390 IN UINT16 NodeLength
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
H A D | UefiDevicePathLib.c | 254 by NodeLength. NodeLength is returned. Node is not required to be aligned on 259 If NodeLength >= 0x10000, then ASSERT(). 497 NodeLength and initializes the device path node header with NodeType and NodeSubType. 499 If NodeLength is smaller than a device path header, then NULL is returned. 508 @param NodeLength The length of the new device node. 518 IN UINT16 NodeLength 521 return mDevicePathUtilities->CreateDeviceNode (NodeType, NodeSubType, NodeLength);
|
Completed in 298 milliseconds