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

/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h277 class IOPlatformExpertDevice : public IOService class in inherits:IOService
279 OSDeclareDefaultStructors(IOPlatformExpertDevice)
297 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 0);
298 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 1);
299 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 2);
300 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 3);
/xnu-2422.115.4/iokit/Kernel/
H A DIOStartIOKit.cpp130 IOPlatformExpertDevice * rootNub;
156 rootNub = new IOPlatformExpertDevice;
H A DIOPlatformExpert.cpp1335 OSDefineMetaClassAndStructors(IOPlatformExpertDevice, IOService)
1337 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 0);
1338 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 1);
1339 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 2);
1340 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 3);
1344 bool IOPlatformExpertDevice::compareName( OSString * name,
1351 IOPlatformExpertDevice::initWithArgs(
1374 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const
1379 IOReturn IOPlatformExpertDevice::setProperties( OSObject * properties )
1426 void IOPlatformExpertDevice
[all...]

Completed in 20 milliseconds