Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c161 xp = xap->xa_reserve_headp; in ddi_xbuf_attr_destroy()
162 xap->xa_reserve_headp = *((void **)xp); in ddi_xbuf_attr_destroy()
166 ASSERT(xap->xa_reserve_headp == NULL); in ddi_xbuf_attr_destroy()
294 *((void **)xp) = xap->xa_reserve_headp; in ddi_xbuf_done()
295 xap->xa_reserve_headp = xp; in ddi_xbuf_done()
444 ASSERT(xap->xa_reserve_headp != NULL); in xbuf_iostart()
446 xp = xap->xa_reserve_headp; in xbuf_iostart()
447 xap->xa_reserve_headp = *((void **)xp); in xbuf_iostart()
464 *((void **)xp) = xap->xa_reserve_headp; in xbuf_iostart()
465 xap->xa_reserve_headp = xp; in xbuf_iostart()
H A Dsd_xbuf.h91 void *xa_reserve_headp; member
/titanic_41/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c59 void *xa_reserve_headp; member
249 xba_ptr->xa_reserve_count, xba_ptr->xa_reserve_headp); in dump_xbuf_attr()