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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.h17 class AppleARMPE:public IODTPlatformExpert {
H A DAppleARMPE.cpp16 OSDefineMetaClassAndStructors(AppleARMPE, IODTPlatformExpert);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h198 class IODTPlatformExpert : public IOPlatformExpert class in inherits:IOPlatformExpert
200 OSDeclareAbstractStructors(IODTPlatformExpert);
261 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 0);
262 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 1);
263 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 2);
264 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 3);
265 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 4);
266 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 5);
267 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 6);
268 OSMetaClassDeclareReservedUnused(IODTPlatformExpert,
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1056 OSDefineMetaClassAndAbstractStructors( IODTPlatformExpert, IOPlatformExpert )
1058 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 0);
1059 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 1);
1060 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 2);
1061 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 3);
1062 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 4);
1063 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 5);
1064 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 6);
1065 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 7);
1069 IOService * IODTPlatformExpert
[all...]
H A DIOHibernateIO.cpp1486 IODTPlatformExpert * platform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DApplePlatformExpert.h61 class ApplePlatformExpert : public IODTPlatformExpert
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp44 #define super IODTPlatformExpert
46 OSDefineMetaClassAndAbstractStructors(ApplePlatformExpert, IODTPlatformExpert);

Completed in 37 milliseconds