Home
last modified time | relevance | path

Searched refs:prev_bp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c611 struct buf *prev_bp = NULL; in ddi_xbuf_flushq() local
628 prev_bp = bp; in ddi_xbuf_flushq()
640 ASSERT(prev_bp != NULL); in ddi_xbuf_flushq()
643 xap->xa_tailp = prev_bp; in ddi_xbuf_flushq()
645 prev_bp->av_forw = next_bp; in ddi_xbuf_flushq()
/titanic_41/usr/src/uts/common/io/
H A Dstream.c1699 mblk_t *prev_bp; in adjmsg() local
1759 prev_bp = save_bp; in adjmsg()
1779 prev_bp->b_cont = bcont; in adjmsg()