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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2106 const IOPhysicalRange *physP = (IOPhysicalRange *) &_ranges.p[0]; local
2111 len = physP[ind].length;
2117 address = physP[ind - 1].address + len - length;
2127 while (ind < _rangesCount && address + length == physP[ind].address) {
2128 len = physP[ind].length;
2143 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0]; local
2148 len = physP[ind].length;
2154 address = physP[ind - 1].address + len - length;
2164 while (ind < _rangesCount && address + length == physP[ind].address) {
2165 len = physP[in
[all...]

Completed in 166 milliseconds