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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp97 const OSSymbol * gIOResourceMatchKey; variable
293 gIOResourceMatchKey = OSSymbol::withCStringNoCopy( kIOResourceMatchKey );
2982 resourcesProp = getProperty( gIOResourceMatchKey );
2999 ret = setProperty( gIOResourceMatchKey, set );
3044 resourcesProp = getProperty( gIOResourceMatchKey );
4149 table->setObject( gIOResourceMatchKey, (OSObject *) str );
4336 prop = table->getObject( gIOResourceMatchKey );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h108 extern const OSSymbol * gIOResourceMatchKey;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2212 uniqueStringPlistProperty(personalityDict, gIOResourceMatchKey);

Completed in 36 milliseconds