Lines Matching refs:iokit_handle
211 void* iokit_handle;
226 iokit_handle = dlopen("/System/Library/Frameworks/IOKit.framework/"
230 if (core_foundation_handle == NULL || iokit_handle == NULL)
240 V(iokit_handle, IOMasterPort);
241 V(iokit_handle, IOServiceMatching);
242 V(iokit_handle, IOServiceGetMatchingServices);
243 V(iokit_handle, IOIteratorNext);
244 V(iokit_handle, IOObjectRelease);
245 V(iokit_handle, IORegistryEntryCreateCFProperty);
319 if (iokit_handle != NULL)
320 dlclose(iokit_handle);