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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp323 length = segment.fLength;
618 length = fMDSummary.fLength;
626 poMD->performOperation(kIOMemoryIncoherentIOStore, 0, fMDSummary.fLength);
690 poMD->performOperation(kIOMemoryIncoherentIOFlush, 0, fMDSummary.fLength);
756 UInt64 length = min(segment.fLength, context->remaining);
889 state->fLength = memLength - offset;
907 assert(state->fLength);
910 state->fIOVMAddr = state->fLength = 0; // At end
916 UInt64 length = state->fLength;
920 curSeg.fLength
[all...]
H A DIOKitKernelInternal.h86 UInt64 fLength; member in struct:IOMDDMACharacteristics
96 UInt64 fIOVMAddr, fLength; // Output variables member in struct:IOMDDMAWalkSegmentArgs
H A DIOMemoryDescriptor.cpp148 mach_vm_size_t fLength; member in class:_IOMemoryMap
1195 data->fLength = _length;
1393 isP->fIO.fLength = length;
1417 state->fLength = _length - offset;
1425 state->fIOVMAddr, state->fLength);
1429 length = state->fLength;
1456 state->fLength = _length - offset;
1465 state->fIOVMAddr, state->fLength);
1469 length = state->fLength;
1598 data->fLength
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMACommand.h62 UInt32 fIOVMAddr, fLength; member in struct:IODMACommand::Segment32
70 UInt64 fIOVMAddr, fLength; member in struct:IODMACommand::Segment64
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c178 unsigned long fLength, fCapacity; member in struct:Data
268 return data->fLength;
278 return data->fData + data->fLength;
283 return data->fCapacity - data->fLength;
294 return (offset < data->fLength);
320 data->fLength = length;
329 return DataSetLength(data, data->fLength + length);
368 data->fLength = 0;

Completed in 151 milliseconds