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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp322 address = segment.fIOVMAddr;
757 addr64_t ioAddr = segment.fIOVMAddr;
863 state->fIOVMAddr = 0;
882 while ((state->fIOVMAddr) || state->fOffset < memLength)
884 if (!state->fIOVMAddr) {
893 state->fIOVMAddr = ptoa_64(internalState->fCopyPageAlloc)
906 assert(state->fIOVMAddr);
910 state->fIOVMAddr = state->fLength = 0; // At end
915 if (!curSeg.fIOVMAddr) {
919 curSeg.fIOVMAddr
[all...]
H A DIOKitKernelInternal.h96 UInt64 fIOVMAddr, fLength; // Output variables member in struct:IOMDDMAWalkSegmentArgs
H A DIOMemoryDescriptor.cpp1392 isP->fIO.fIOVMAddr = address;
1425 state->fIOVMAddr, state->fLength);
1428 address = state->fIOVMAddr;
1465 state->fIOVMAddr, state->fLength);
1468 address = state->fIOVMAddr;
1615 data->fIOVMAddr = ncmd->getPhysicalSegment(offset, &length);
1617 data->fIOVMAddr = ncmd->getPhysicalSegment64(offset, &length);
/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

Completed in 34 milliseconds