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

/xnu-2782.1.97/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...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py189 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", False)
197 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", True)
211 FindRegistryEntryRecurse(kern.globals.gRegistryRoot, cmd_args[0], True)
225 FindRegistryEntryRecurse(kern.globals.gRegistryRoot, cmd_args[0], False)
H A Dpci.py13 acpi_pe_obj = FindRegistryObjectRecurse(kern.globals.gRegistryRoot,

Completed in 27 milliseconds