Lines Matching refs:gRegistryRoot
72 static IORegistryEntry * gRegistryRoot; variable
149 if (!gRegistryRoot) { in initialize()
156 gRegistryRoot = new IORegistryEntry; in initialize()
159 assert( gRegistryRoot && gIORegistryPlanes ); in initialize()
160 ok = gRegistryRoot->init(); in initialize()
163 gRegistryRoot->reserved->fRegistryEntryID = ++gIORegistryLastID; in initialize()
175 gRegistryRoot->setName( "Root" ); in initialize()
176 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes ); in initialize()
179 return gRegistryRoot; in initialize()
185 return gRegistryRoot; in getRegistryRoot()
1290 root = gRegistryRoot->getChildEntry( plane ); in getPath()
1618 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
2381 return iterateOver( gRegistryRoot, plane, options ); in iterateOver()