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

/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp339 char *pszBusId; member in struct:USBPROXYDEVUSBIP
592 rc = RTStrCopy(&ReqImport.aszBusId[0], sizeof(ReqImport.aszBusId[0]), pProxyDevUsbIp->pszBusId);
642 strlen(pProxyDevUsbIp->pszBusId) + 1, sizeof(ReqImport.aszBusId[0])));
738 pDevUsbIp->pszBusId = NULL;
805 if (pDevUsbIp->pszBusId)
806 RTStrFree(pDevUsbIp->pszBusId);

Completed in 604 milliseconds