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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp837 ioPLBlock const* ioplList = getIOPLList(dataP); local
849 while (ioplIndex < numIOPLs && offset >= ioplList[ioplIndex].fIOMDOffset)
854 ioPLBlock ioplInfo = ioplList[ioplIndex];
2028 ioPLBlock *ioplList = getIOPLList(dataP); local
2031 data->fPageAlign = (ioplList[0].fPageOffset & PAGE_MASK) | ~PAGE_MASK;
2183 const ioPLBlock *ioplList = getIOPLList(dataP); local
2190 while (ind < numIOPLs && offset >= ioplList[ind].fIOMDOffset)
2194 ioPLBlock ioplInfo = ioplList[ind - 1];
2198 length = ioplList[ind].fIOMDOffset;
2979 ioPLBlock *ioplList local
3129 const ioPLBlock * ioplList = getIOPLList(dataP); local
3244 ioPLBlock *ioplList = getIOPLList(dataP); local
[all...]

Completed in 122 milliseconds