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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DAppleMacIO.h48 IOMemoryMap * fMemory; member in class:AppleMacIO
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp77 fMemory = provider->mapDeviceMemoryWithIndex( 0 );
78 if( 0 == fMemory)
179 (((UInt32)fMemory->getVirtualAddress())
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp229 if (mem == fMemory)
239 if (fMemory) {
268 fMemory = mem;
283 if (fMemory) {
286 fMemory->release();
287 fMemory = 0;
296 return fMemory;
497 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
624 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
688 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
[all...]
H A DIOMemoryDescriptor.cpp144 IOMemoryDescriptor * fMemory; member in class:_IOMemoryMap
2326 if (fMemory)
2328 if (fMemory != _memory)
2329 fMemory->removeMapping(this);
2330 fMemory->release();
2332 fMemory = _memory;
2525 _memEntry = mapping->fMemory->_memEntry;
2526 mapping->fMemory->_memEntry = me;
2797 && (((fMemory->_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical)
2798 || ((fMemory
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMACommand.h470 /*! @var fMemory
472 const IOMemoryDescriptor *fMemory; member in class:IODMACommand

Completed in 45 milliseconds