Home
last modified time | relevance | path

Searched refs:ptr_save (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1346 struct px_dvma_rec *ptr, *ptr_save; in px_dvma_free_debug() local
1363 ptr_save = mmu_p->dvma_active_list; in px_dvma_free_debug()
1364 for (ptr = ptr_save; ptr; ptr = ptr->next) { in px_dvma_free_debug()
1367 ptr_save = ptr; in px_dvma_free_debug()
1377 ptr_save->next = ptr->next; in px_dvma_free_debug()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1586 struct dvma_rec *ptr, *ptr_save; in pci_dvma_free_debug() local
1603 ptr_save = iommu_p->dvma_active_list; in pci_dvma_free_debug()
1604 for (ptr = ptr_save; ptr; ptr = ptr->next) { in pci_dvma_free_debug()
1607 ptr_save = ptr; in pci_dvma_free_debug()
1617 ptr_save->next = ptr->next; in pci_dvma_free_debug()