Searched refs:IORegistryEntryGetName (Results 1 – 1 of 1) sorted by relevance
49 iokit.IORegistryEntryGetName.argtypes = [ctypes.c_void_p, ctypes.c_void_p]50 iokit.IORegistryEntryGetName.restype = ctypes.c_void_p121 def IORegistryEntryGetName(device): function136 while IORegistryEntryGetName(device) != parent_type: