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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c1311 UINTN UsbIoHandleCount; local
1324 UsbIoHandleCount = 0;
1325 Status = gBS->LocateHandleBuffer (ByProtocol, &gEfiUsbIoProtocolGuid, NULL, &UsbIoHandleCount, &UsbIoBuffer);
1326 if (Status == EFI_NOT_FOUND || UsbIoHandleCount == 0) {
1331 for (Index = 0; Index < UsbIoHandleCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c376 UINTN UsbIoHandleCount; local
394 UsbIoHandleCount = 0;
400 &UsbIoHandleCount,
403 if (EFI_ERROR (Status) || (UsbIoHandleCount == 0) || (UsbIoHandleBuffer == NULL)) {
408 for (Index = 0; Index < UsbIoHandleCount; Index++) {

Completed in 194 milliseconds