Searched defs:UsbIoDevicePath (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c1313 EFI_DEVICE_PATH_PROTOCOL *UsbIoDevicePath; local
1336 UsbIoDevicePath = NULL;
1337 Status = gBS->HandleProtocol (UsbIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID *) &UsbIoDevicePath);
1338 if (EFI_ERROR (Status) || UsbIoDevicePath == NULL) {
1342 UsbIoDevicePath,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c979 EFI_DEVICE_PATH_PROTOCOL *UsbIoDevicePath; local
1010 UsbIoDevicePath = DevicePathFromHandle (UsbIoHandles[Index]);
1012 if (!EFI_ERROR (Status) && (UsbIoDevicePath != NULL)) {
1017 if (CompareMem (UsbIoDevicePath, DevicePath, ParentDevicePathSize) == 0) {
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c115 EFI_DEVICE_PATH* UsbIoDevicePath; local
131 Status = gBS->HandleProtocol (UsbIoBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **) &UsbIoDevicePath);
133 TmpDevicePath = UsbIoDevicePath;
146 *NewDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePathNode (RemovableDevicePath));
160 *NewDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePathNode (RemovableDevicePath));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1977 EFI_DEVICE_PATH_PROTOCOL *UsbIoDevicePath; local
2020 UsbIoDevicePath = DevicePathFromHandle (UsbIoHandleBuffer[Index]);
2021 if (UsbIoDevicePath == NULL) {
2029 Size = GetDevicePathSize (UsbIoDevicePath);
2031 (CompareMem (UsbIoDevicePath, ParentDevicePath, ParentSize - END_DEVICE_PATH_LENGTH) != 0)) {
2043 FullDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePath);
2060 FullDevicePath = UsbIoDevicePath;
2073 Handle = BdsLibGetBootableHandle(UsbIoDevicePath);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1979 EFI_DEVICE_PATH_PROTOCOL *UsbIoDevicePath; local
2022 UsbIoDevicePath = DevicePathFromHandle (UsbIoHandleBuffer[Index]);
2023 if (UsbIoDevicePath == NULL) {
2031 Size = GetDevicePathSize (UsbIoDevicePath);
2033 (CompareMem (UsbIoDevicePath, ParentDevicePath, ParentSize - END_DEVICE_PATH_LENGTH) != 0)) {
2045 FullDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePath);
2062 FullDevicePath = UsbIoDevicePath;
2075 Handle = BdsLibGetBootableHandle(UsbIoDevicePath);

Completed in 100 milliseconds