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

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp244 SInt32 tempOffset = fOffset;
281 fOffset = fOffset + srcLen;
308 fOffset = fOffset + dstLen;
327 fOffset = 0;
368 offset = fOffset;
449 tempOffset = fOffset;
473 fOffset = fOffset
[all...]
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h134 IOByteCount fOffset; member in class:IOFireWireSBP2LSIWorkaroundDescriptor
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp732 fOffset = offset;
963 i = fOffset;
1295 UInt32 offset = fOffset;
/macosx-10.10.1/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;
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.h227 ULong fOffset; // X Offset in buffer to get the data member in class:TIrDataXferEvent
H A DIrLAPConn.cpp1175 putRequest->fOffset = 0;
1260 getRequest->fData->Seek(getRequest->fOffset, kPosBeg);
H A DIrLAP.cpp3576 fPutBuffer->SetDataBuffer(request->fData, request->fOffset, request->fLength);
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h60 UInt32 fOffset; member in class:IOFWIPAsyncWriteCommand
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.cpp476 getRequest->fOffset = 0;
493 putRequest->fOffset = 0;
H A DIrIASServer.cpp482 getRequest->fOffset = 0;
499 putRequest->fOffset = 0;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsmthred.cpp807 fOffset(0)
812 fOffset = fgOffset;
913 int32_t whichLine = (iteration + fOffset)%kNumberFormatTestDataLength;
927 whichLine = (iteration + fOffset)%kPercentFormatTestDataLength;
948 switch((iteration+fOffset) % kNumberOfMessageTests)
1019 int32_t fOffset; // where we are testing from. member in class:FormatThreadTest
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrLSAPConn.cpp1215 getRequest->fOffset = 0;
1242 putRequest->fOffset = 0;
1267 getRequest->fOffset = fGetOffset;
1273 fGetOffset = getRequest->fOffset;
H A DCIrLSAP.cpp409 putRequest->fOffset = 0;
445 getRequest->fOffset = 0;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp174 virtual uint64_t getOffsetInUniversalFile() const { return fOffset; }
220 uint64_t fOffset; member in class:MachOLayout
512 : fPath(path), fOffset(offset), fArchPair(0,0), fMTime(modTime), fInode(inode), fHasSplitSegInfo(false), fRootOwned(uid==0),
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h713 mach_vm_size_t fOffset; member in class:IOMemoryMap

Completed in 138 milliseconds