Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1342 struct px_dvma_rec *ptr, *ptr_save; in px_dvma_free_debug() local
1359 ptr_save = mmu_p->dvma_active_list; in px_dvma_free_debug()
1360 for (ptr = ptr_save; ptr; ptr = ptr->next) { in px_dvma_free_debug()
1363 ptr_save = ptr; in px_dvma_free_debug()
1373 ptr_save->next = ptr->next; in px_dvma_free_debug()
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1582 struct dvma_rec *ptr, *ptr_save; in pci_dvma_free_debug() local
1599 ptr_save = iommu_p->dvma_active_list; in pci_dvma_free_debug()
1600 for (ptr = ptr_save; ptr; ptr = ptr->next) { in pci_dvma_free_debug()
1603 ptr_save = ptr; in pci_dvma_free_debug()
1613 ptr_save->next = ptr->next; in pci_dvma_free_debug()