__ddi_xbuf_attr
dump_xbuf_attr(struct __ddi_xbuf_attr *xba_ptr, uintptr_t mem_addr)
mem_addr + offsetof(struct __ddi_xbuf_attr, xa_mutex));
mem_addr + offsetof(struct __ddi_xbuf_attr, xa_active_limit));
mem_addr + offsetof(struct __ddi_xbuf_attr, xa_headp));
mem_addr + offsetof(struct __ddi_xbuf_attr, xa_reserve_mutex));
mem_addr + offsetof(struct __ddi_xbuf_attr, xa_timeid));
struct __ddi_xbuf_attr xba;
if (mdb_vread((void *)&xba, sizeof (struct __ddi_xbuf_attr),
xap = kmem_zalloc(sizeof (struct __ddi_xbuf_attr), KM_SLEEP);
kmem_free(xap, sizeof (struct __ddi_xbuf_attr));
typedef struct __ddi_xbuf_attr *ddi_xbuf_attr_t;