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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h48 class IORegistryPlane;
100 const IORegistryPlane * plane,
114 const IORegistryPlane * plane,
128 const IORegistryPlane * plane,
139 virtual IORegistryEntry * copyParentEntry( const IORegistryPlane * plane ) const;
147 virtual IORegistryEntry * copyChildEntry( const IORegistryPlane * plane ) const;
248 static const IORegistryPlane * getPlane( const char * name );
399 const IORegistryPlane * plane,
413 const IORegistryPlane * plane,
427 const IORegistryPlane * plan
[all...]
H A DIOKitDebug.h113 class IORegistryPlane;
118 const IORegistryPlane * plane
120 const struct IORegistryPlane * plane
H A DIODeviceTreeSupport.h44 extern const IORegistryPlane * gIODTPlane;
H A DIONVRAM.h136 virtual bool init(IORegistryEntry *old, const IORegistryPlane *plane);
H A DIOService.h104 extern const IORegistryPlane * gIOServicePlane;
105 extern const IORegistryPlane * gIOPowerPlane;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp85 class IORegistryPlane : public OSObject { class in inherits: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
[all...]
H A DIOKitDebug.cpp68 void IOPrintPlane( const IORegistryPlane * plane )
105 void db_dumpiojunk( const IORegistryPlane * plane __unused )
H A DIODeviceTreeSupport.cpp54 const IORegistryPlane * gIODTPlane;
H A DIONVRAM.cpp44 bool IODTNVRAM::init(IORegistryEntry *old, const IORegistryPlane *plane)
H A DIOService.cpp90 const IORegistryPlane * gIOServicePlane;
91 const IORegistryPlane * gIOPowerPlane;
H A DIOUserClient.cpp2115 const IORegistryPlane * plane;
2134 const IORegistryPlane * plane;
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.cpp26 extern const IORegistryPlane *gIODTPlane;
H A DAppleARMIO.cpp26 extern const IORegistryPlane *gIODTPlane;

Completed in 105 milliseconds