Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp704 matching->setObject(gIOResourceMatchedKey, gIOBSDKey); in IOFindBSDRoot()
/xnu-11215/iokit/IOKit/
H A DIOService.h127 extern const OSSymbol * gIOResourceMatchedKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp128 const OSSymbol * gIOResourceMatchedKey; variable
516 gIOResourceMatchedKey = OSSymbol::withCStringNoCopy( kIOResourceMatchedKey ); in initialize()
5430 setProperty(gIOResourceMatchedKey, resourceKeys); in doServiceMatch()
7224 } else if ((prop = table->getObject(gIOResourceMatchedKey))) { in IOResourcesMatchPropertyTable()
7228 obj = resources->copyProperty(gIOResourceMatchedKey); in IOResourcesMatchPropertyTable()