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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h47 class IORegistryPlane;
96 const IORegistryPlane * plane,
111 const IORegistryPlane * plane,
126 const IORegistryPlane * plane,
138 virtual IORegistryEntry * copyParentEntry( const IORegistryPlane * plane ) const;
147 virtual IORegistryEntry * copyChildEntry( const IORegistryPlane * plane ) const;
236 static const IORegistryPlane * getPlane( const char * name );
387 const IORegistryPlane * plane,
401 const IORegistryPlane * plane,
415 const IORegistryPlane * plan
[all...]
H A DIOKitDebug.h96 struct IORegistryPlane;
97 extern void IOPrintPlane( const struct IORegistryPlane * plane );
H A DIODeviceTreeSupport.h44 extern const IORegistryPlane * gIODTPlane;
H A DIONVRAM.h129 virtual bool init(IORegistryEntry *old, const IORegistryPlane *plane);
H A DIOService.h100 extern const IORegistryPlane * gIOServicePlane;
101 extern const IORegistryPlane * gIOPowerPlane;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp78 class IORegistryPlane : public OSObject { class in inherits:OSObject
82 OSDeclareAbstractStructors(IORegistryPlane)
94 OSDefineMetaClassAndStructors(IORegistryPlane, OSObject)
175 const IORegistryPlane * IORegistryEntry::makePlane( const char * name )
177 IORegistryPlane * plane;
203 plane = new IORegistryPlane;
239 const IORegistryPlane * IORegistryEntry::getPlane( const char * name )
241 const IORegistryPlane * plane;
244 plane = (const IORegistryPlane *) gIORegistryPlanes->getObject( name );
250 bool IORegistryPlane
[all...]
H A DIOKitDebug.cpp66 void IOPrintPlane( const IORegistryPlane * plane )
100 void db_dumpiojunk( const IORegistryPlane * plane );
123 void db_dumpiojunk( const IORegistryPlane * plane )
H A DIODeviceTreeSupport.cpp52 const IORegistryPlane * gIODTPlane;
H A DIONVRAM.cpp45 bool IODTNVRAM::init(IORegistryEntry *old, const IORegistryPlane *plane)
H A DIOPMrootDomain.cpp71 extern const IORegistryPlane * gIOPowerPlane;
H A DIOService.cpp81 const IORegistryPlane * gIOServicePlane;
82 const IORegistryPlane * gIOPowerPlane;
H A DIOUserClient.cpp1900 const IORegistryPlane * plane;
1919 const IORegistryPlane * plane;

Completed in 77 milliseconds