Home
last modified time | relevance | path

Searched refs:gIOPropertyMatchKey (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp106 matching->setObject(gIOPropertyMatchKey, propMatch); in matching_dict_for_cpu_id()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp283 if (matching->setObject( gIOPropertyMatchKey, in IONetworkNamePrefixMatching()
/xnu-11215/iokit/IOKit/
H A DIOService.h133 extern const OSSymbol * gIOPropertyMatchKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp134 const OSSymbol * gIOPropertyMatchKey; variable
462 gIOPropertyMatchKey = OSSymbol::withCStringNoCopy( kIOPropertyMatchKey ); in initialize()
6583 obj = matching->getObject(gIOPropertyMatchKey); in waitForMatchingServiceWithToken()
6950 table->setObject( gIOPropertyMatchKey, properties ); in propertyMatching()
7734 obj = table->getObject( gIOPropertyMatchKey ); in matchInternal()