Searched refs:rcIo (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/ |
H A D | VBoxSmcUtil-darwin.cpp | 120 IOReturn rcIo = IOServiceOpen(g_hSmcService, mach_task_self(), 1, &g_hSmcConnect); 121 if (rcIo == kIOReturnSuccess && g_hSmcConnect != IO_OBJECT_NULL) 123 rcIo = IOConnectCallMethod(g_hSmcConnect, kSMCUserClientOpen, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL); 124 if (rcIo == kIOReturnSuccess) 126 RTMsgError("kSMCUserClientOpen failed: %#x (%#x)\n", rcIo, rcIo); 130 RTMsgError("IOServiceOpen failed: %#x (%#x)\n", rcIo, rcIo); 133 return RTErrConvertFromDarwinIO(rcIo); 158 IOReturn rcIo local [all...] |
Completed in 1789 milliseconds