Searched refs:dictIterator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp281 OSCollectionIterator *dictIterator; local
285 dictIterator = OSCollectionIterator::withCollection(dictObj);
286 if (!dictIterator)
289 dictIterator->getNextObject()))) {
307 dictIterator->release();
417 OSCollectionIterator *dictIterator; local
425 dictIterator = OSCollectionIterator::withCollection(dictObj);
426 if (!dictIterator)
436 dictIterator->getNextObject()))) {
461 dictIterator
[all...]
H A DIOPMrootDomain.cpp1256 OSCollectionIterator *dictIterator = NULL; local
1283 dictIterator = OSCollectionIterator::withCollection(features);
1284 if(!dictIterator) {
1288 while( (dictKey = OSDynamicCast(OSSymbol, dictIterator->getNextObject())) )
1341 dictIterator->release();

Completed in 82 milliseconds