Lines Matching refs: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
987 const IORegistryPlane * plane ) const
1019 const IORegistryPlane * plane )
1064 const IORegistryPlane * plane )
1110 const OSSymbol * IORegistryEntry::hasAlias( const IORegistryPlane * plane,
1152 const IORegistryPlane * plane )
1192 const IORegistryPlane * plane,
1287 const IORegistryPlane * plane,
1320 const IORegistryPlane * plane ) const
1348 const IORegistryPlane * plane ) const
1366 const IORegistryPlane * plane ) const
1376 const IORegistryPlane * plane ) const
1400 IORegistryEntry * IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const
1417 IORegistryEntry * IORegistryEntry::getParentEntry( const IORegistryPlane * plane ) const
1428 OSArray * IORegistryEntry::getChildSetReference( const IORegistryPlane * plane ) const
1437 OSIterator * IORegistryEntry::getChildIterator( const IORegistryPlane * plane ) const
1463 const IORegistryPlane * plane ) const
1481 const IORegistryPlane * plane ) const
1494 const IORegistryPlane * plane ) const
1517 const IORegistryPlane * plane ) const
1539 const IORegistryPlane * plane,
1560 const IORegistryPlane * plane,
1581 bool IORegistryEntry::inPlane( const IORegistryPlane * plane ) const
1626 const IORegistryPlane * plane )
1689 const IORegistryPlane * plane )
1716 const IORegistryPlane * plane )
1743 const IORegistryPlane * plane )
1767 void IORegistryEntry::detachAbove( const IORegistryPlane * plane )
1777 void IORegistryEntry::detachAll( const IORegistryPlane * plane )
1803 unsigned int IORegistryEntry::getDepth( const IORegistryPlane * plane ) const
1856 const IORegistryPlane * plane,
1886 IORegistryIterator::iterateOver( const IORegistryPlane * plane,
1913 void IORegistryIterator::enterEntry( const IORegistryPlane * enterPlane )