Searched defs:g_MasterPort (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/ |
H A D | USBLib-darwin.cpp | 46 static mach_port_t g_MasterPort = 0; variable 84 kr = IOServiceGetMatchingServices(g_MasterPort, ClassToMatch, &Iterator);
|
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | iokit.cpp | 83 static mach_port_t g_MasterPort = NULL; variable 93 if (!g_MasterPort) 95 kern_return_t krc = IOMasterPort(MACH_PORT_NULL, &g_MasterPort); 604 pNotify->NotifyPort = IONotificationPortCreate(g_MasterPort); 915 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices); 1166 IOReturn irc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices); 1302 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &DVDServices); 1434 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &EtherIfServices);
|
/vbox/src/VBox/Devices/USB/darwin/ |
H A D | USBProxyDevice-darwin.cpp | 263 static mach_port_t g_MasterPort = NULL; variable 267 * Init once callback that sets up g_MasterPort and g_pRunLoopMode. 277 kern_return_t krc = IOMasterPort(MACH_PORT_NULL, &g_MasterPort); 1146 IOReturn irc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | DarwinKeyboard.cpp | 272 static mach_port_t g_MasterPort = NULL; variable 933 if (!g_MasterPort) 935 kern_return_t krc = IOMasterPort(MACH_PORT_NULL, &g_MasterPort); 955 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &Keyboards);
|
Completed in 425 milliseconds