Searched refs:getDeviceMemoryWithIndex (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp56 mem = fPCIDevice->getDeviceMemoryWithIndex( index );
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp610 mem = provider->getDeviceMemoryWithIndex(i);
H A DIONDRVFramebuffer.cpp1852 mem = device->getDeviceMemoryWithIndex(i);
4083 mem = device->getDeviceMemoryWithIndex(i);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp744 IODeviceMemory * IOPCIDevice::getDeviceMemoryWithIndex(unsigned int index) function in class:IOPCIDevice
748 return (super::getDeviceMemoryWithIndex(index));
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h490 virtual IODeviceMemory * getDeviceMemoryWithIndex(unsigned int index);
656 @discussion This method will return a pointer to an instance of IODeviceMemory for the physical memory range that was assigned to the configuration space base address register passed in. It is analogous to IOService::getDeviceMemoryWithIndex.
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1054 /*! @function getDeviceMemoryWithIndex
1060 virtual IODeviceMemory * getDeviceMemoryWithIndex( unsigned int index );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp5436 IODeviceMemory * IOService::getDeviceMemoryWithIndex( unsigned int index ) function in class:IOService
5456 range = getDeviceMemoryWithIndex( index );

Completed in 374 milliseconds