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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp64 static OSDictionary * gIORegistryPlanes; variable
146 gIORegistryPlanes = OSDictionary::withCapacity( 1 );
149 && gIORegistryPlanes );
158 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes );
216 gIORegistryPlanes->setObject( nameKey, plane );
244 plane = (const IORegistryPlane *) gIORegistryPlanes->getObject( name );

Completed in 13 milliseconds