Searched refs:szDeviceIdent (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c868 if (strncmp(pClientInfo->szDeviceIdent, pCur->Info.szDeviceIdent, sizeof(pCur->Info.szDeviceIdent) - 1) == 0)
888 Log((DEVICE_NAME ":vboxUSBMonSolarisClientInfo found. %s rc=%d\n", pClientInfo->szDeviceIdent, rc));
897 LogRel((DEVICE_NAME ":vboxUSBMonSolarisClientInfo Failed to find client %s\n", pClientInfo->szDeviceIdent));
921 strncpy(pClient->Info.szDeviceIdent, pClientInfo->szDeviceIdent, sizeof(pClient->Info.szDeviceIdent));
931 pClient->Info.Instance, pClient->Info.szClientPath, pClient->Info.szDeviceIdent));
973 pCur->Info.Instance, pCur->Info.szClientPath, pCur->Info.szDeviceIdent));
[all...]
H A DUSBLib-solaris.cpp192 RTStrPrintf(Req.szDeviceIdent, sizeof(Req.szDeviceIdent), "%s", pszDeviceIdent);
H A DVBoxUSB-solaris.c573 RTStrPrintf(pState->ClientInfo.szDeviceIdent,
574 sizeof(pState->ClientInfo.szDeviceIdent),
782 pState->ClientInfo.szDeviceIdent));
/vbox/src/VBox/Devices/USB/solaris/
H A DUSBProxyDevice-solaris.cpp306 char szDeviceIdent[PATH_MAX+48]; local
307 rc = RTStrPrintf(szDeviceIdent, sizeof(szDeviceIdent), "%s", pszAddress);
321 rc = USBLibGetClientInfo(szDeviceIdent, &pszDevicePath, &Instance);
/vbox/include/VBox/
H A Dusblib-solaris.h106 char szDeviceIdent[MAXPATHLEN+48]; member in struct:__anon260

Completed in 58 milliseconds