Home
last modified time | relevance | path

Searched refs:gIOResourceMatchKey (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp127 const OSSymbol * gIOResourceMatchKey; variable
515 gIOResourceMatchKey = OSSymbol::withCStringNoCopy( kIOResourceMatchKey ); in initialize()
5054 resourcesProp = copyProperty( gIOResourceMatchKey ); in addNeededResource()
5075 ret = setProperty( gIOResourceMatchKey, set ); in addNeededResource()
5127 resourcesProp = copyProperty( gIOResourceMatchKey ); in checkResources()
6593 obj = matching->getObject(gIOResourceMatchKey); in waitForMatchingServiceWithToken()
6883 table->setObject( gIOResourceMatchKey, (OSObject *) str ); in resourceMatching()
7215 prop = table->getObject( gIOResourceMatchKey ); in IOResourcesMatchPropertyTable()
/xnu-11215/iokit/IOKit/
H A DIOService.h126 extern const OSSymbol * gIOResourceMatchKey;
/xnu-11215/libkern/c++/
H A DOSKext.cpp3294 uniqueStringPlistProperty(personalityDict, gIOResourceMatchKey); in uniquePersonalityProperties()