Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp103 const OSSymbol * pathLocationKey; member in IORegistryPlane
208 const OSSymbol * pathLocationKey; in makePlane() local
227 pathLocationKey = OSSymbol::withCString( key); in makePlane()
233 && pathNameKey && pathLocationKey) { in makePlane()
238 plane->pathLocationKey = pathLocationKey; in makePlane()
247 if (pathLocationKey) { in makePlane()
248 pathLocationKey->release(); in makePlane()
381 …fRegistryTable->setObject(plane->pathLocationKey, old->fRegistryTable->getObject(plane->pathLocati… in init()
1061 sym = (OSSymbol *) registryTable()->getObject( plane->pathLocationKey ); in copyLocation()
1149 key = plane->pathLocationKey; in setLocation()
/xnu-11215/tools/lldbmacros/
H A Dioreg.py1039 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)