Searched refs:gRegistryRoot (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp63 static IORegistryEntry * gRegistryRoot; variable
133 if( !gRegistryRoot) {
144 gRegistryRoot = new IORegistryEntry;
148 assert( gRegistryRoot && gPropertiesLock
150 ok = gRegistryRoot->init();
157 gRegistryRoot->setName( "Root" );
158 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
161 return( gRegistryRoot );
166 return( gRegistryRoot );
891 root = gRegistryRoot
[all...]

Completed in 9 milliseconds