Lines Matching refs:PUSBDEVICE
38 static void solarisFreeUSBDevice(PUSBDEVICE pDevice);
39 static USBDEVICESTATE solarisDetermineUSBDeviceState(PUSBDEVICE pDevice, di_node_t Node);
47 PUSBDEVICE pHead;
48 PUSBDEVICE pTail;
150 PUSBDEVICE USBProxyServiceSolaris::getDevices(void)
195 PUSBDEVICE pCur = (PUSBDEVICE)RTMemAllocZ(sizeof(*pCur));
198 LogRel(("USBService: failed to allocate %d bytes for PUSBDEVICE.\n", sizeof(*pCur)));
319 static USBDEVICESTATE solarisDetermineUSBDeviceState(PUSBDEVICE pDevice, di_node_t Node)
363 PUSBDEVICE pDev = aDevice->mUsb;
418 PUSBDEVICE pDev = aDevice->mUsb;
445 bool USBProxyServiceSolaris::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
458 void solarisFreeUSBDevice(PUSBDEVICE pDevice)