Searched refs:iokit (Results 1 – 2 of 2) sorted by relevance
28 iokit = ctypes.cdll.LoadLibrary(ctypes.util.find_library('IOKit')) variable31 kIOMasterPortDefault = ctypes.c_void_p.in_dll(iokit, "kIOMasterPortDefault")36 iokit.IOServiceMatching.restype = ctypes.c_void_p38 iokit.IOServiceGetMatchingServices.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p]39 iokit.IOServiceGetMatchingServices.restype = ctypes.c_void_p41 iokit.IORegistryEntryGetParentEntry.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p]43 iokit.IORegistryEntryCreateCFProperty.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p…44 iokit.IORegistryEntryCreateCFProperty.restype = ctypes.c_void_p46 iokit.IORegistryEntryGetPath.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p]47 iokit.IORegistryEntryGetPath.restype = ctypes.c_void_p[all …]
15 ;10.7_OR_ABOVE (allow iokit-open16 ;10.7_OR_ABOVE (iokit-connection "IOAccelerator")17 ;10.7_OR_ABOVE (iokit-user-client-class "IOAccelerationUserClient")18 ;10.7_OR_ABOVE (iokit-user-client-class "IOFramebufferSharedUserClient")19 ;10.7_OR_ABOVE (iokit-user-client-class "AppleGraphicsControlClient")20 ;10.7_OR_ABOVE (iokit-user-client-class "AGPMClient")21 ;10.7_OR_ABOVE (iokit-user-client-class "IOHIDParamUserClient")22 ;10.7_OR_ABOVE (iokit-user-client-class "RootDomainUserClient")23 ;10.7_OR_ABOVE (iokit-user-client-class "IOSurfaceRootUserClient")24 ;10.7_OR_ABOVE (iokit-user-client-class "IOSurfaceSendRight"))