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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp471 bool testfs, int rc)
481 if (pDevNew->enmState != USBDEVICESTATE_UNSUPPORTED || testfs)
524 * USBProxyService::getDevices() implementation for usbfs. The @a testfs flag
529 static PUSBDEVICE getDevicesFromUsbfs(const char *pcszUsbfsRoot, bool testfs) argument
594 rc = addDeviceToChain(&Dev, &pFirst, &ppNext, pcszUsbfsRoot, testfs, rc);
787 rc = addDeviceToChain(&Dev, &pFirst, &ppNext, pcszUsbfsRoot, testfs, rc);
1361 static PUSBDEVICE getDevicesFromSysfs(const char *pcszDevicesRoot, bool testfs) argument
1386 || testfs)
1466 static PUSBDEVICE testGetUsbfsDevices(const char *pcszUsbfsRoot, bool testfs) argument
470 addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, const char *pcszUsbfsRoot, bool testfs, int rc) argument

Completed in 285 milliseconds