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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp69 const OSSymbol * gIOProbeScoreKey; variable
104 gIOProbeScoreKey = OSSymbol::withCStringNoCopy( kIOProbeScoreKey );
107 assert( array && gIOClassKey && gIOProbeScoreKey
206 (void *)gIOProbeScoreKey );
249 (void *)gIOProbeScoreKey );
306 (void *)gIOProbeScoreKey );
407 (void *)gIOProbeScoreKey);
714 (void *)gIOProbeScoreKey);
781 (void *)gIOProbeScoreKey);
H A DIOService.cpp2699 IOServiceOrdering, (void *) gIOProbeScoreKey );
2789 newInst->setProperty( gIOProbeScoreKey, newPri );
2801 IOServiceOrdering, (void *) gIOProbeScoreKey );
4790 score = IOServiceObjectOrder( table, (void *) gIOProbeScoreKey);
4807 table->setObject( gIOProbeScoreKey, newPri );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h276 extern const OSSymbol * gIOProbeScoreKey;

Completed in 24 milliseconds