Lines Matching defs:IORegistryPlane

85 class IORegistryPlane : public OSObject {
89 OSDeclareAbstractStructors(IORegistryPlane)
101 OSDefineMetaClassAndStructors(IORegistryPlane, OSObject)
186 const IORegistryPlane * IORegistryEntry::makePlane( const char * name )
188 IORegistryPlane * plane;
214 plane = new IORegistryPlane;
250 const IORegistryPlane * IORegistryEntry::getPlane( const char * name )
252 const IORegistryPlane * plane;
255 plane = (const IORegistryPlane *) gIORegistryPlanes->getObject( name );
261 bool IORegistryPlane::serialize(OSSerialize *s) const
322 const IORegistryPlane * plane )
423 const IORegistryPlane * plane, \
447 const IORegistryPlane * plane, \
715 const char * IORegistryEntry::getName( const IORegistryPlane * plane ) const
733 const IORegistryPlane * plane ) const
753 const IORegistryPlane * plane ) const
769 const char * IORegistryEntry::getLocation( const IORegistryPlane * plane ) const
783 const IORegistryPlane * plane )
800 const IORegistryPlane * plane )
810 const IORegistryPlane * plane )
827 const IORegistryPlane * plane )
884 const IORegistryPlane * plane ) const
982 const IORegistryPlane * plane ) const
1014 const IORegistryPlane * plane )
1059 const IORegistryPlane * plane )
1105 const OSSymbol * IORegistryEntry::hasAlias( const IORegistryPlane * plane,
1147 const IORegistryPlane * plane )
1187 const IORegistryPlane * plane,
1282 const IORegistryPlane * plane,
1315 const IORegistryPlane * plane ) const
1343 const IORegistryPlane * plane ) const
1361 const IORegistryPlane * plane ) const
1371 const IORegistryPlane * plane ) const
1395 IORegistryEntry * IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const
1412 IORegistryEntry * IORegistryEntry::getParentEntry( const IORegistryPlane * plane ) const
1423 OSArray * IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const
1432 OSIterator * IORegistryEntry::getChildIterator( const IORegistryPlane * plane ) const
1458 const IORegistryPlane * plane ) const
1476 const IORegistryPlane * plane ) const
1489 const IORegistryPlane * plane ) const
1512 const IORegistryPlane * plane ) const
1534 const IORegistryPlane * plane,
1555 const IORegistryPlane * plane,
1576 bool IORegistryEntry::inPlane( const IORegistryPlane * plane ) const
1621 const IORegistryPlane * plane )
1684 const IORegistryPlane * plane )
1711 const IORegistryPlane * plane )
1738 const IORegistryPlane * plane )
1762 void IORegistryEntry::detachAbove( const IORegistryPlane * plane )
1775 void IORegistryEntry::detachAll( const IORegistryPlane * plane )
1801 unsigned int IORegistryEntry::getDepth( const IORegistryPlane * plane ) const
1854 const IORegistryPlane * plane,
1884 IORegistryIterator::iterateOver( const IORegistryPlane * plane,
1911 void IORegistryIterator::enterEntry( const IORegistryPlane * enterPlane )