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

/vbox/include/VBox/
H A Dusblib-solaris.h88 char szDevicePath[1]; member in struct:__anon258
96 char szDevicePath[1]; member in struct:__anon259
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp221 strcpy(pReq->szDevicePath, pszDevicePath);
H A DVBoxUSB-solaris.c567 char szDevicePath[MAXPATHLEN]; local
568 ddi_pathname(pState->pDip, szDevicePath);
571 "/devices%s:%s", szDevicePath,DEVICE_NAME);
572 RTPathStripFilename(szDevicePath);
578 pState->pDevDesc->dev_descr->bcdDevice, szDevicePath);
H A DVBoxUSBMon-solaris.c746 rc = vboxUSBMonSolarisResetDevice(pReq->szDevicePath, pReq->fReattach);

Completed in 57 milliseconds