Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp76 const OSSymbol * gIOLocationKey; variable
167 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" ); in initialize()
173 assert( ok && gIONameKey && gIOLocationKey ); in initialize()
378 fRegistryTable->setObject(gIOLocationKey, old->fRegistryTable->getObject(gIOLocationKey)); in init()
1064 sym = (OSSymbol *) registryTable()->getObject( gIOLocationKey ); in copyLocation()
1151 key = gIOLocationKey; in setLocation()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h53 extern const OSSymbol * gIOLocationKey;
/xnu-11215/tools/lldbmacros/
H A Dioreg.py1043 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)