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

/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIO.h48 IOMemoryMap * fMemory; member in class:AppleMacIO
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp242 if (mem == fMemory)
252 if (fMemory) {
278 fMemory = mem;
298 if (fMemory) {
301 fMemory->dmaCommandOperation(kIOMDSetDMAInactive, this, 0);
302 fMemory->release();
303 fMemory = 0;
312 return fMemory;
546 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
695 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
[all...]
H A DIOMemoryDescriptor.cpp3413 _memRef = mapping->fMemory->_memRef;
3414 mapping->fMemory->_memRef = me;
3513 if (fMemory)
3515 if (fMemory != _memory)
3516 fMemory->removeMapping(this);
3517 fMemory->release();
3519 fMemory = _memory;
3763 if ((((fMemory->_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical)
3764 || ((fMemory->_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical64))
3766 && (doRedirect != (0 != (fMemory
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h489 /*! @var fMemory
491 const IOMemoryDescriptor *fMemory; member in class:IODMACommand
H A DIOMemoryDescriptor.h711 IOMemoryDescriptor * fMemory; member in class:IOMemoryMap

Completed in 112 milliseconds