Lines Matching refs:props
727 getDebugFlags( OSDictionary * props ) in getDebugFlags() argument
733 props->getObject( gIOKitDebugKey )); in getDebugFlags()
3851 OSDictionary * props; in probeCandidates() local
3913 props = NULL; in probeCandidates()
3962 props = OSDictionary::withDictionary(match, match->getCount()); in probeCandidates()
3963 if (NULL == props) { in probeCandidates()
3966 props->setCapacityIncrement(1); in probeCandidates()
3969 if (false == matchPassive(props, kIOServiceChangesOK | kIOServiceClassDone)) { in probeCandidates()
4019 props->setObject(gIOMatchedAtBootKey, kOSBooleanTrue); in probeCandidates()
4023 props->setObject(gIOMatchedPersonalityKey, match); in probeCandidates()
4031 familyMatches->setObject( props ); in probeCandidates()
4037 OSSafeReleaseNULL(props); in probeCandidates()
4044 && (props = (OSDictionary *) familyMatches->getFirstObject())) { in probeCandidates()
4045 props->retain(); in probeCandidates()
4046 familyMatches->removeObject( props ); in probeCandidates()
4051 debugFlags = getDebugFlags( props ); in probeCandidates()
4055 props->getObject( gIOClassKey)); in probeCandidates()
4072 if (!(inst->init( props ))) { in probeCandidates()
4086 props->getObject( gIOMatchCategoryKey )); in probeCandidates()
4097 score = familyMatches->orderObject( props ); in probeCandidates()
4145 props->release(); in probeCandidates()