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

/vbox/src/VBox/Devices/EFI/
H A DVBoxSmcUtil-darwin.cpp110 io_service_t g_hSmcService = IO_OBJECT_NULL; variable
116 g_hSmcService = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("AppleSMC"));
117 if (g_hSmcService == IO_OBJECT_NULL)
120 IOReturn rcIo = IOServiceOpen(g_hSmcService, mach_task_self(), 1, &g_hSmcConnect);
146 if (g_hSmcService)
148 IOServiceClose(g_hSmcService);
149 g_hSmcService = IO_OBJECT_NULL;

Completed in 33 milliseconds