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

/darwin-on-arm/xnu/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.cpp1200 bool whole = ((data->fOffset == 0) && (data->fLength == _length));
1216 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
1308 UInt offset = isP->fIO.fOffset;
1511 isP->fNextOffset = isP->fIO.fOffset + length;
1573 state->fOffset = offset;
1581 ret, this, state->fOffset,
1752 IOByteCount offset = (IOByteCount) data->fOffset;
1770 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
2332 walkArgs->fOffset = offset + index;
2356 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;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h649 mach_vm_size_t fOffset; member in class:IOMemoryMap

Completed in 27 milliseconds