Searched refs:pathLocationKey (Results 1 – 2 of 2) sorted by relevance
103 const OSSymbol * pathLocationKey; member in IORegistryPlane208 const OSSymbol * pathLocationKey; in makePlane() local227 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()
1039 sym = LookupKeyInOSDict(entry.fRegistryTable, plane.pathLocationKey)