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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c296 VBOXUSBREQ_CLIENT_INFO ClientInfo; /* Registration data */ member in struct:vboxusb_state_t
566 bzero(&pState->ClientInfo, sizeof(pState->ClientInfo));
569 RTStrPrintf(pState->ClientInfo.szClientPath,
570 sizeof(pState->ClientInfo.szClientPath),
573 RTStrPrintf(pState->ClientInfo.szDeviceIdent,
574 sizeof(pState->ClientInfo.szDeviceIdent),
579 pState->ClientInfo.Instance = instance;
580 pState->ClientInfo.pfnSetConsumerCredentials = &vboxUSBSolarisSetConsumerCredentials;
581 rc = VBoxUSBMonSolarisRegisterClient(pState->pDip, &pState->ClientInfo);
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_server.h422 VBOXCRCLIENT_INFO ClientInfo; member in struct:__anon16127

Completed in 50 milliseconds