Searched defs:GetDevicePathSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h180 EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE GetDevicePathSize; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c319 GetDevicePathSize ( function
323 return mDevicePathUtilities->GetDevicePathSize (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c291 GetDevicePathSize ( function
342 Size = GetDevicePathSize (DevicePath);
405 Size1 = GetDevicePathSize (FirstDevicePath);
406 Size2 = GetDevicePathSize (SecondDevicePath);
534 SrcSize = GetDevicePathSize (DevicePath);
535 InstanceSize = GetDevicePathSize (DevicePathInstance);

Completed in 35 milliseconds