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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h296 class IOPlatformDevice : public IOService class in inherits:IOService
298 OSDeclareDefaultStructors(IOPlatformDevice)
308 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 0);
309 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 1);
310 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 2);
311 OSMetaClassDeclareReservedUnused(IOPlatformDevice, 3);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp179 nub = new IOPlatformDevice;
989 nub = new IOPlatformDevice;
1353 OSDefineMetaClassAndStructors(IOPlatformDevice, IOService)
1355 OSMetaClassDefineReservedUnused(IOPlatformDevice, 0);
1356 OSMetaClassDefineReservedUnused(IOPlatformDevice, 1);
1357 OSMetaClassDefineReservedUnused(IOPlatformDevice, 2);
1358 OSMetaClassDefineReservedUnused(IOPlatformDevice, 3);
1362 bool IOPlatformDevice::compareName( OSString * name,
1369 IOService * IOPlatformDevice::matchLocation( IOService * /* client */ )
1374 IOReturn IOPlatformDevice
[all...]
H A DIOInterruptController.cpp92 if (OSDynamicCast(IOPlatformDevice, getProvider()) &&
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp258 IOPlatformDevice *nub = OSDynamicCast(IOPlatformDevice, provider);

Completed in 83 milliseconds