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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2914 OSDictionary * startDict = 0; local
3095 if( 0 == startDict)
3096 startDict = OSDictionary::withCapacity( 1 );
3097 assert( startDict );
3099 startDict->getObject( category );
3103 if( startDict && startList) {
3104 startDict->setObject( category, startList );
3124 iter = OSCollectionIterator::withCollection( startDict );
3128 startList = (OSOrderedSet *) startDict->getObject( category );
3200 if( startDict)
[all...]

Completed in 137 milliseconds