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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp65 static IORegistryEntry * gRegistryRoot; variable
140 if( !gRegistryRoot) {
151 gRegistryRoot = new IORegistryEntry;
155 assert( gRegistryRoot && gPropertiesLock
157 ok = gRegistryRoot->init();
160 gRegistryRoot->reserved->fRegistryEntryID = ++gIORegistryLastID;
168 gRegistryRoot->setName( "Root" );
169 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
172 return( gRegistryRoot );
177 return( gRegistryRoot );
[all...]

Completed in 14 milliseconds