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

/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp66 static OSDictionary * gIORegistryPlanes; variable
153 gIORegistryPlanes = OSDictionary::withCapacity( 1 );
156 && gIORegistryPlanes );
169 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
227 gIORegistryPlanes->setObject( nameKey, plane );
255 plane = (const IORegistryPlane *) gIORegistryPlanes->getObject( name );
/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py163 print GetObjectSummary(kern.globals.gIORegistryPlanes)

Completed in 30 milliseconds