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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp398 static UInt64 getDebugFlags( OSDictionary * props )
404 props->getObject( gIOKitDebugKey ));
2608 OSDictionary * props; local
2648 props = 0;
2675 props = OSDictionary::withDictionary( match, match->getCount());
2676 if( 0 == props)
2678 props->setCapacityIncrement(1);
2681 if( false == matchPassive(props, kIOServiceChangesOK | kIOServiceClassDone))
2701 familyMatches->setObject( props );
2709 if( props)
[all...]

Completed in 25 milliseconds