Searched refs:IOPlatformExpert (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp30 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h86 class IOPlatformExpert : public IOService class in inherits:IOService
88 OSDeclareDefaultStructors(IOPlatformExpert);
171 OSMetaClassDeclareReservedUsed(IOPlatformExpert, 0);
172 OSMetaClassDeclareReservedUsed(IOPlatformExpert, 1);
173 OSMetaClassDeclareReservedUnused(IOPlatformExpert, 2);
174 OSMetaClassDeclareReservedUnused(IOPlatformExpert, 3);
175 OSMetaClassDeclareReservedUnused(IOPlatformExpert, 4);
176 OSMetaClassDeclareReservedUnused(IOPlatformExpert, 5);
177 OSMetaClassDeclareReservedUnused(IOPlatformExpert, 6);
178 OSMetaClassDeclareReservedUnused(IOPlatformExpert,
[all...]
H A DIOServicePM.h48 class IOPlatformExpert;
77 IOPlatformExpert * thePlatform;
H A DIOMapper.h66 friend class IOPlatformExpert;
H A DIOService.h167 class IOPlatformExpert;
886 @discussion The platform expert or other drivers may implement various functions to control hardware features. <code>callPlatformFunction</code> allows any IOService object to access these functions. Normally <code>callPlatformFunction</code> is called on a service's provider. The provider services the request or passes it to its provider. The system's IOPlatformExpert subclass catches functions it knows about and redirects them into other parts of the service plane. If the IOPlatformExpert subclass cannot execute the function, the base class is called. The IOPlatformExpert base class attempts to find a service to execute the function by looking up the function name in an IOResources name space. A service may publish a service using <code>publishResource(functionName, this)</code>. If no service can be found to execute the function an error is returned.
909 static IOPlatformExpert * getPlatform( void );
1144 static void setPlatform( IOPlatformExpert * platform);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp38 #include <IOKit/IOPlatformExpert.h>
67 OSDefineMetaClassAndStructors(IOPlatformExpert, IOService)
69 OSMetaClassDefineReservedUsed(IOPlatformExpert, 0);
71 OSMetaClassDefineReservedUsed(IOPlatformExpert, 1);
72 OSMetaClassDefineReservedUnused(IOPlatformExpert, 2);
73 OSMetaClassDefineReservedUnused(IOPlatformExpert, 3);
74 OSMetaClassDefineReservedUnused(IOPlatformExpert, 4);
75 OSMetaClassDefineReservedUnused(IOPlatformExpert, 5);
76 OSMetaClassDefineReservedUnused(IOPlatformExpert, 6);
77 OSMetaClassDefineReservedUnused(IOPlatformExpert,
[all...]
H A DIOCopyMapper.h33 #include <IOKit/IOPlatformExpert.h>
H A DIOStartIOKit.cpp42 #include <IOKit/IOPlatformExpert.h>
H A DIOServicePMPrivate.h210 IOPlatformExpert * Platform;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h39 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38629 IOPlatformExpert.cpo \
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp34 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dacpi.c50 #include <IOKit/IOPlatformExpert.h>
H A Dhibernate_i386.c39 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp44 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhibernate_ppc.c51 #include <IOKit/IOPlatformExpert.h>
H A Ddb_interface.c65 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmachine.c94 #include <IOKit/IOPlatformExpert.h>
H A Ddebug.c87 #include <IOKit/IOPlatformExpert.h>
H A Dclock.c43 #include <IOKit/IOPlatformExpert.h>
H A Dhibernate.c38 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp33 #include <IOKit/IOPlatformExpert.h>
798 IOPlatformExpert *pe;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c80 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp27 #include <IOKit/IOPlatformExpert.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c108 #include <IOKit/IOPlatformExpert.h>

Completed in 130 milliseconds

12