Searched refs:IOPlatformDevice (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h307 class IOPlatformDevice : public IOService class in inherits:IOService
309 OSDeclareDefaultStructors(IOPlatformDevice)
319 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 0);
320 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 1);
321 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 2);
322 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 3);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp177 nub = new IOPlatformDevice;
1080 nub = new IOPlatformDevice;
1437 OSDefineMetaClassAndStructors(IOPlatformDevice, IOService)
1439 OSMetaClassDefineReservedUnused(IOPlatformDevice, 0);
1440 OSMetaClassDefineReservedUnused(IOPlatformDevice, 1);
1441 OSMetaClassDefineReservedUnused(IOPlatformDevice, 2);
1442 OSMetaClassDefineReservedUnused(IOPlatformDevice, 3);
1446 bool IOPlatformDevice::compareName( OSString * name,
1453 IOService * IOPlatformDevice::matchLocation( IOService * /* client */ )
1458 IOReturn IOPlatformDevice
[all...]
H A DIOInterruptController.cpp86 if (OSDynamicCast(IOPlatformDevice, getProvider()) &&
H A DIOPMrootDomain.cpp4516 if (OSDynamicCast(IOPlatformDevice, provider) &&
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp159 class IONDRVDevice : public IOPlatformDevice
171 #define super IOPlatformDevice
173 OSDefineMetaClassAndStructors(IONDRVDevice, IOPlatformDevice)

Completed in 114 milliseconds