Searched refs:gIOProbeScoreKey (Results 1 – 3 of 3) sorted by relevance
73 OSSharedPtr<const OSSymbol> gIOProbeScoreKey; variable114 gIOProbeScoreKey = OSSymbol::withCStringNoCopy( kIOProbeScoreKey ); in initialize()120 assert( array && gIOClassKey && gIOProbeScoreKey in initialize()226 (void *)(gIOProbeScoreKey.get())); in findDrivers()272 (void *)(gIOProbeScoreKey.get())); in findDrivers()311 (void *)(gIOProbeScoreKey.get())); in exchangeDrivers()427 (void *)(gIOProbeScoreKey.get())); in addDrivers()516 (void *)(gIOProbeScoreKey.get()));1047 (void *)(gIOProbeScoreKey.get())); in startMatching()1095 (void *)(gIOProbeScoreKey.get())); in startMatching()[all …]
4028 IOServiceOrdering, (void *) gIOProbeScoreKey ); in probeCandidates()4120 newInst->setProperty( gIOProbeScoreKey, newPri ); in probeCandidates()4133 IOServiceOrdering, (void *) gIOProbeScoreKey ); in probeCandidates()4162 OSNumber *probeScore = OSDynamicCast(OSNumber, match->getProperty(gIOProbeScoreKey)); in probeCandidates()7925 score = IOServiceObjectOrder( table, (void *) gIOProbeScoreKey); in matchPassive()7943 table->setObject( gIOProbeScoreKey, newPri ); in matchPassive()
265 extern OSPtr<const OSSymbol> gIOProbeScoreKey;