Searched defs:upa_dma_pfn_ndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_ddi_impl.c318 static int upa_dma_pfn_ndx = 0; variable
331 int i = upa_dma_pfn_ndx;
333 upa_dma_pfn_ndx++;
344 for (i = 0; i < upa_dma_pfn_ndx; i++) {
348 upa_dma_pfn_array[upa_dma_pfn_ndx - 1].hipfn;
350 upa_dma_pfn_array[upa_dma_pfn_ndx - 1].lopfn;
351 upa_dma_pfn_ndx--;
370 for (i = upa_dma_pfn_ndx, j = 0; j < i; j++)

Completed in 57 milliseconds