Searched refs:IORegistryEntryCreateIterator (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForNetworkPath.c83 kret = IORegistryEntryCreateIterator(iface, kIOServicePlane,
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c777 result = IORegistryEntryCreateIterator ( controller, kIOServicePlane, kNilOptions, &iterator );
793 result = IORegistryEntryCreateIterator ( child, kIOServicePlane, kNilOptions, &iterator2 );
811 result = IORegistryEntryCreateIterator ( grandchild, kIOServicePlane, kNilOptions, &iterator3 );
/macosx-10.10/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c269 kret = IORegistryEntryCreateIterator (media, kIOServicePlane,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h157 #define IORegistryEntryCreateIterator _IORegistryEntryCreateIterator macro
H A Ddy_framework.c256 #undef IORegistryEntryCreateIterator macro
257 static typeof (IORegistryEntryCreateIterator) *dyfunc = NULL;
260 if (image) dyfunc = dlsym(image, "IORegistryEntryCreateIterator");
H A DSCNetworkInterface.c1468 kr = IORegistryEntryCreateIterator(slot,
1473 SCLog(TRUE, LOG_DEBUG, CFSTR("pci_port IORegistryEntryCreateIterator() failed, kr = 0x%x"), kr);
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.c940 IORegistryEntryCreateIterator( media, kIOServicePlane, kIORegistryIterateRecursively, &services );
996 IORegistryEntryCreateIterator( media, kIOServicePlane, kIORegistryIterateRecursively, &services );
1052 IORegistryEntryCreateIterator( media, kIOServicePlane, kIORegistryIterateRecursively, &services );
1401 IORegistryEntryCreateIterator( media, kIOServicePlane, kIORegistryIterateRecursively, &services );
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c530 status = IORegistryEntryCreateIterator( media,
699 status = IORegistryEntryCreateIterator( device,
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m178 IORegistryEntryCreateIterator( service, kIOServicePlane, kIORegistryIterateRecursively, &services );
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.h378 @discussion This is the preferred method of finding IOService objects currently registered by IOKit (that is, objects that have had their registerService() methods invoked). To find IOService objects that aren't yet registered, use an iterator as created by IORegistryEntryCreateIterator(). IOServiceAddMatchingNotification can also supply this information and install a notification of new IOServices. The matching information used in the matching dictionary may vary depending on the class of service being looked up.
391 @discussion This is the preferred method of finding IOService objects currently registered by IOKit (that is, objects that have had their registerService() methods invoked). To find IOService objects that aren't yet registered, use an iterator as created by IORegistryEntryCreateIterator(). IOServiceAddMatchingNotification can also supply this information and install a notification of new IOServices. The matching information used in the matching dictionary may vary depending on the class of service being looked up.
934 // options for IORegistryCreateIterator(), IORegistryEntryCreateIterator, IORegistryEntrySearchCFProperty()
956 /*! @function IORegistryEntryCreateIterator
966 IORegistryEntryCreateIterator(
H A DIOKitLib.c2037 IORegistryEntryCreateIterator( function
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c3337 kr = IORegistryEntryCreateIterator( framebuffer, kIOServicePlane,

Completed in 220 milliseconds