Home
last modified time | relevance | path

Searched refs:px_dvma_rec (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h93 struct px_dvma_rec *dvma_alloc_rec;
94 struct px_dvma_rec *dvma_free_rec;
95 struct px_dvma_rec *dvma_active_list;
H A Dpx_dma.c1259 size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec; in px_dvma_debug_init()
1275 struct px_dvma_rec *prev, *ptr; in px_dvma_debug_fini()
1276 size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec; in px_dvma_debug_fini()
1293 kmem_free(prev, sizeof (struct px_dvma_rec)); in px_dvma_debug_fini()
1294 kmem_free(prev, sizeof (struct px_dvma_rec)); in px_dvma_debug_fini()
1309 struct px_dvma_rec *ptr; in px_dvma_alloc_debug()
1326 ptr = kmem_alloc(sizeof (struct px_dvma_rec), KM_SLEEP); in px_dvma_alloc_debug()
1342 struct px_dvma_rec *ptr, *ptr_save; in px_dvma_free_debug()
1374 kmem_free(ptr, sizeof (struct px_dvma_rec)); in px_dvma_free_debug()
H A Dpx_dma.h196 struct px_dvma_rec { struct
200 struct px_dvma_rec *next; argument