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

/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h132 UInt64 fOffset; // Input/Output offset member in struct:IOMDDMAWalkSegmentArgs
141 uint64_t fOffset; member in struct:IOMDDMAMapArgs
H A DIOMemoryDescriptor.cpp1958 bool whole = ((data->fOffset == 0) && (data->fLength == _length));
1971 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
2064 UInt offset = isP->fIO.fOffset;
2267 isP->fNextOffset = isP->fIO.fOffset + length;
2329 state->fOffset = offset;
2337 ret, this, state->fOffset,
2508 IOByteCount offset = (IOByteCount) data->fOffset;
2527 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
3058 walkArgs->fOffset = offset + index;
3082 walkArgs->fOffset
[all...]
H A DIODMACommand.cpp763 mapArgs.fOffset = state->fPreparedOffset;
1011 if ((offset == internalState->fPreparedOffset) || (offset != state->fOffset) || internalState->fNewMD) {
1012 state->fOffset = 0;
1032 while (state->fIOVMAddr || (state->fOffset < memLength))
1039 state->fOffset = offset;
1204 state->fOffset = offset;
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h713 mach_vm_size_t fOffset; member in class:IOMemoryMap

Completed in 44 milliseconds