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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.h41 uint32_t uNumInterfaces; member in struct:VBOXUSB_RT
H A DVBoxUsbRt.cpp235 for (i=0;i<pDevExt->Rt.uNumInterfaces;i++)
628 pDevExt->Rt.uNumInterfaces = pCfgDr->bNumInterfaces;
630 pDevExt->Rt.pVBIfaceInfo = (VBOXUSB_IFACE_INFO*)vboxUsbMemAllocZ(pDevExt->Rt.uNumInterfaces * sizeof (VBOXUSB_IFACE_INFO));
634 for (i = 0; i < pDevExt->Rt.uNumInterfaces; i++)
747 if (InterfaceNumber >= pDevExt->Rt.uNumInterfaces)
891 for (ULONG i = 0; i < pDevExt->Rt.uNumInterfaces; i++)
907 for (ULONG i = 0; i < pDevExt->Rt.uNumInterfaces; i++)

Completed in 172 milliseconds