Home
last modified time | relevance | path

Searched refs:gIOLocationMatchKey (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h135 extern const OSSymbol * gIOLocationMatchKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp136 const OSSymbol * gIOLocationMatchKey; variable
465 gIOLocationMatchKey = OSSymbol::withCStringNoCopy( kIOLocationMatchKey ); in initialize()
7593 bool ok = table->setObject( gIOLocationMatchKey, dict ); in addLocation()
7719 str = OSDynamicCast( OSString, table->getObject( gIOLocationMatchKey )); in matchInternal()
7962 table->getObject( gIOLocationMatchKey )); in matchPassive()