Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp72 static OSDictionary * gIORegistryPlanes; variable
156 gIORegistryPlanes = OSDictionary::withCapacity( 1 ); in initialize()
159 && gIORegistryPlanes ); in initialize()
174 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes ); in initialize()
239 gIORegistryPlanes->setObject( nameKey, plane ); in makePlane()
272 plane = (const IORegistryPlane *) gIORegistryPlanes->getObject( name ); in getPlane()
/xnu-8020.140.41/tools/lldbmacros/
H A Dioreg.py266 print(GetObjectSummary(kern.globals.gIORegistryPlanes))
1661 return LookupKeyInOSDict(kern.globals.gIORegistryPlanes, plane_name, CompareStringToOSSymbol)