Searched refs:ApplePlatformExpert (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp37 #include <IOKit/platform/ApplePlatformExpert.h>
46 OSDefineMetaClassAndAbstractStructors(ApplePlatformExpert, IODTPlatformExpert);
48 OSMetaClassDefineReservedUnused(ApplePlatformExpert, 0);
49 OSMetaClassDefineReservedUnused(ApplePlatformExpert, 1);
50 OSMetaClassDefineReservedUnused(ApplePlatformExpert, 2);
51 OSMetaClassDefineReservedUnused(ApplePlatformExpert, 3);
55 bool ApplePlatformExpert::start( IOService * provider )
75 bool ApplePlatformExpert::configure( IOService * provider )
86 const char * ApplePlatformExpert::deleteList ( void )
91 const char * ApplePlatformExpert
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h61 class ApplePlatformExpert : public IODTPlatformExpert class in inherits:IODTPlatformExpert
63 OSDeclareAbstractStructors(ApplePlatformExpert);
84 OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 0);
85 OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 1);
86 OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 2);
87 OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 3);

Completed in 19 milliseconds