Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp100 const OSSymbol * pathLocationKey; member in IORegistryPlane
206 const OSSymbol * pathLocationKey; in makePlane() local
225 pathLocationKey = OSSymbol::withCString( key); in makePlane()
231 && pathNameKey && pathLocationKey) { in makePlane()
236 plane->pathLocationKey = pathLocationKey; in makePlane()
245 if (pathLocationKey) { in makePlane()
246 pathLocationKey->release(); in makePlane()
1046 sym = (OSSymbol *) registryTable()->getObject( plane->pathLocationKey ); in copyLocation()
1134 key = plane->pathLocationKey; in setLocation()
/xnu-8020.140.41/tools/lldbmacros/
H A Dioreg.py1011 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)