Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c121 xap->xa_allocsize = max(xsize, sizeof (void *)); in _NOTE()
164 kmem_free(xp, xap->xa_allocsize); in ddi_xbuf_attr_destroy()
303 kmem_free(xp, xap->xa_allocsize); /* return it to the system */ in ddi_xbuf_done()
459 xp = kmem_alloc(xap->xa_allocsize, in xbuf_iostart()
469 xp = kmem_alloc(xap->xa_allocsize, KM_NOSLEEP); in xbuf_iostart()
485 xp = kmem_alloc(xap->xa_allocsize, KM_NOSLEEP); in xbuf_iostart()
H A Dsd_xbuf.h81 size_t xa_allocsize; member
/titanic_41/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c49 size_t xa_allocsize; member
229 xba_ptr->xa_mutex._opaque[0], xba_ptr->xa_allocsize, in dump_xbuf_attr()