Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIORegistryEntry.cpp75 const OSSymbol * gIOLocationKey; variable
167 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" ); in initialize()
171 assert( ok && gIONameKey && gIOLocationKey ); in initialize()
1049 sym = (OSSymbol *) registryTable()->getObject( gIOLocationKey ); in copyLocation()
1136 key = gIOLocationKey; in setLocation()
/xnu-8019.80.24/iokit/IOKit/
H A DIORegistryEntry.h53 extern const OSSymbol * gIOLocationKey;
/xnu-8019.80.24/tools/lldbmacros/
H A Dioreg.py1007 sym = LookupKeyInOSDict(entry.fRegistryTable, kern.globals.gIOLocationKey)