Lines Matching refs:gRegistryRoot
71 static IORegistryEntry * gRegistryRoot; variable
147 if (!gRegistryRoot) { in initialize()
154 gRegistryRoot = new IORegistryEntry; in initialize()
158 assert( gRegistryRoot && gPropertiesLock in initialize()
160 ok = gRegistryRoot->init(); in initialize()
163 gRegistryRoot->reserved->fRegistryEntryID = ++gIORegistryLastID; in initialize()
173 gRegistryRoot->setName( "Root" ); in initialize()
174 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes ); in initialize()
177 return gRegistryRoot; in initialize()
183 return gRegistryRoot; in getRegistryRoot()
1273 root = gRegistryRoot->getChildEntry( plane ); in getPath()
1600 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
2349 return iterateOver( gRegistryRoot, plane, options ); in iterateOver()