Searched refs:IOPlatformExpertDevice (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h266 class IOPlatformExpertDevice : public IOService class in inherits:IOService
268 OSDeclareDefaultStructors(IOPlatformExpertDevice)
286 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 0);
287 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 1);
288 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 2);
289 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 3);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStartIOKit.cpp92 IOPlatformExpertDevice * rootNub;
188 rootNub = new IOPlatformExpertDevice;
H A DIOPlatformExpert.cpp1244 OSDefineMetaClassAndStructors(IOPlatformExpertDevice, IOService)
1246 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 0);
1247 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 1);
1248 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 2);
1249 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 3);
1253 bool IOPlatformExpertDevice::compareName( OSString * name,
1260 IOPlatformExpertDevice::initWithArgs(
1290 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const
1295 IOReturn IOPlatformExpertDevice::setProperties( OSObject * properties )
1342 void IOPlatformExpertDevice
[all...]

Completed in 25 milliseconds