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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2613 OSDictionary * startDict = 0; local
2794 if( 0 == startDict)
2795 startDict = OSDictionary::withCapacity( 1 );
2796 assert( startDict );
2798 startDict->getObject( category );
2802 if( startDict && startList) {
2803 startDict->setObject( category, startList );
2823 iter = OSCollectionIterator::withCollection( startDict );
2827 startList = (OSOrderedSet *) startDict->getObject( category );
2899 if( startDict)
[all...]

Completed in 80 milliseconds