Searched refs:DevicePathPtr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c1134 EFI_DEVICE_PATH_PROTOCOL *DevicePathPtr; local
1163 DevicePathPtr = DuplicateDevicePath ((EFI_DEVICE_PATH_PROTOCOL *) &mAllUsbClassDevicePath);
1169 DevicePathPtr = GetUsbDPFromFullDP (RemainingDevicePath);
1178 ASSERT (DevicePathPtr != NULL);
1179 Status = AddUsbDPToList (DevicePathPtr, &Bus->WantedUsbIoDPList);
1181 FreePool (DevicePathPtr);
1202 EFI_DEVICE_PATH_PROTOCOL *DevicePathPtr; local
1236 DevicePathPtr = GetUsbDPFromFullDP (UsbIf->DevicePath);
1237 ASSERT (DevicePathPtr != NULL);
1247 if (FirstDevicePathSize == GetDevicePathSize (DevicePathPtr)) {
[all...]

Completed in 44 milliseconds