Searched refs:IOPCIDevice (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h32 #warning IOPCIDevice.h moved to IOPCIFamily project
33 #warning IOPCIDevice.h will be removed from xnu; do not edit or add new usage
67 class IOPCIDevice : public IOService class in inherits:IOService
69 OSDeclareDefaultStructors(IOPCIDevice)
143 OSMetaClassDeclareReservedUnused(IOPCIDevice, 0);
144 OSMetaClassDeclareReservedUnused(IOPCIDevice, 1);
145 OSMetaClassDeclareReservedUnused(IOPCIDevice, 2);
146 OSMetaClassDeclareReservedUnused(IOPCIDevice, 3);
147 OSMetaClassDeclareReservedUnused(IOPCIDevice, 4);
148 OSMetaClassDeclareReservedUnused(IOPCIDevice,
[all...]
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp46 #include <IOKit/pci/IOPCIDevice.h>
70 IOPCIDevice *pciNub = (IOPCIDevice *)provider;

Completed in 17 milliseconds