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

/darwin-on-arm/xnu/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 );

Completed in 22 milliseconds