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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h275 class IOPlatformExpertDevice : public IOService class in inherits:IOService
277 OSDeclareDefaultStructors(IOPlatformExpertDevice)
295 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 0);
296 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 1);
297 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 2);
298 OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 3);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp129 IOPlatformExpertDevice * rootNub;
156 rootNub = new IOPlatformExpertDevice;
H A DIOPlatformExpert.cpp1351 OSDefineMetaClassAndStructors(IOPlatformExpertDevice, IOService)
1353 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 0);
1354 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 1);
1355 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 2);
1356 OSMetaClassDefineReservedUnused(IOPlatformExpertDevice, 3);
1360 bool IOPlatformExpertDevice::compareName( OSString * name,
1367 IOPlatformExpertDevice::initWithArgs(
1397 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const
1402 IOReturn IOPlatformExpertDevice::setProperties( OSObject * properties )
1449 void IOPlatformExpertDevice
[all...]

Completed in 24 milliseconds