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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2912 OSOrderedSet * familyMatches = 0; local
2998 if( 0 == familyMatches)
2999 familyMatches = OSOrderedSet::withCapacity( 1,
3001 if( familyMatches)
3002 familyMatches->setObject( props );
3016 if( familyMatches) {
3019 && (props = (OSDictionary *) familyMatches->getFirstObject())) {
3022 familyMatches->removeObject( props );
3068 score = familyMatches->orderObject( props );
3118 familyMatches
[all...]

Completed in 81 milliseconds