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

/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp1111 UInt64 remain, newLength; local
1113 newLength = (maxPhys + 1 - curSeg.fIOVMAddr);
1114 DEBG("trunc %qx, %qx-> %qx\n", curSeg.fIOVMAddr, curSeg.fLength, newLength);
1115 remain = curSeg.fLength - newLength;
1116 state->fIOVMAddr = newLength + curSeg.fIOVMAddr;
1117 curSeg.fLength = newLength;
1126 UInt64 remain, newLength; local
1146 newLength = PAGE_SIZE - (addr & PAGE_MASK);
1147 if (newLength < curSeg.fLength)
1149 remain = curSeg.fLength - newLength;
[all...]

Completed in 22 milliseconds