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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h189 class IODTPlatformExpert : public IOPlatformExpert class in inherits:IOPlatformExpert
191 OSDeclareAbstractStructors(IODTPlatformExpert);
252 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 0);
253 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 1);
254 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 2);
255 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 3);
256 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 4);
257 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 5);
258 OSMetaClassDeclareReservedUnused(IODTPlatformExpert, 6);
259 OSMetaClassDeclareReservedUnused(IODTPlatformExpert,
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp949 OSDefineMetaClassAndAbstractStructors( IODTPlatformExpert, IOPlatformExpert )
951 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 0);
952 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 1);
953 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 2);
954 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 3);
955 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 4);
956 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 5);
957 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 6);
958 OSMetaClassDefineReservedUnused(IODTPlatformExpert, 7);
962 IOService * IODTPlatformExpert
[all...]
H A DIOHibernateIO.cpp1305 IODTPlatformExpert * platform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
1575 IODTPlatformExpert * platform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h61 class ApplePlatformExpert : public IODTPlatformExpert
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp44 #define super IODTPlatformExpert
46 OSDefineMetaClassAndAbstractStructors(ApplePlatformExpert, IODTPlatformExpert);

Completed in 32 milliseconds