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

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DUSBLib-darwin.cpp48 static io_connect_t g_Connection = NULL; variable
104 kr = IOServiceOpen(ServiceObject, mach_task_self(), VBOXUSB_DARWIN_IOSERVICE_COOKIE, &g_Connection);
127 kern_return_t kr = IOServiceClose(g_Connection);
130 LogRel(("USBLib: Warning: IOServiceClose(%p) returned %#x\n", g_Connection, kr));
133 g_Connection = NULL;
144 kern_return_t kr = IOConnectMethodStructureIStructureO(g_Connection,
152 kern_return_t kr = IOConnectCallStructMethod(g_Connection,
175 kern_return_t kr = IOConnectMethodStructureIStructureO(g_Connection,
183 kern_return_t kr = IOConnectCallStructMethod(g_Connection,

Completed in 41 milliseconds