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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2611 OSOrderedSet * familyMatches = 0; local
2697 if( 0 == familyMatches)
2698 familyMatches = OSOrderedSet::withCapacity( 1,
2700 if( familyMatches)
2701 familyMatches->setObject( props );
2715 if( familyMatches) {
2718 && (props = (OSDictionary *) familyMatches->getFirstObject())) {
2721 familyMatches->removeObject( props );
2767 score = familyMatches->orderObject( props );
2817 familyMatches
[all...]

Completed in 20 milliseconds