Searched defs:DevicePathNodeLength (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c135 DevicePathNodeLength ( function
164 return (EFI_DEVICE_PATH_PROTOCOL *)((UINT8 *)(Node) + DevicePathNodeLength(Node));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c105 DevicePathNodeLength ( function
134 return (EFI_DEVICE_PATH_PROTOCOL *)((UINT8 *)(Node) + DevicePathNodeLength(Node));
312 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath);
470 NodeLength = DevicePathNodeLength (DevicePathNode);

Completed in 35 milliseconds