px_dvma_rec
size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec;
struct px_dvma_rec *prev, *ptr;
size_t sz = sizeof (struct px_dvma_rec) * px_dvma_debug_rec;
kmem_free(prev, sizeof (struct px_dvma_rec));
kmem_free(prev, sizeof (struct px_dvma_rec));
struct px_dvma_rec *ptr;
ptr = kmem_alloc(sizeof (struct px_dvma_rec), KM_SLEEP);
struct px_dvma_rec *ptr, *ptr_save;
kmem_free(ptr, sizeof (struct px_dvma_rec));
struct px_dvma_rec *next;
struct px_dvma_rec *dvma_alloc_rec;
struct px_dvma_rec *dvma_free_rec;
struct px_dvma_rec *dvma_active_list;