Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c247 if (xap->xa_headp == NULL) { in ddi_xbuf_qstrategy()
248 xap->xa_headp = xap->xa_tailp = bp; in ddi_xbuf_qstrategy()
309 if (brkp->active || xap->xa_headp == brkp->bp0) { in ddi_xbuf_done()
412 if ((bp = xap->xa_headp) == NULL) { in xbuf_iostart()
521 xap->xa_headp = bp0->av_forw; in xbuf_iostart()
527 xap->xa_headp = bp->av_forw; in xbuf_iostart()
566 if ((xap->xa_headp != NULL) && (xap->xa_timeid == NULL) && in xbuf_dispatch()
623 for (bp = xap->xa_headp; bp != NULL; bp = next_bp) { in ddi_xbuf_flushq()
637 if (bp == xap->xa_headp) { in ddi_xbuf_flushq()
638 xap->xa_headp = next_bp; in ddi_xbuf_flushq()
[all …]
H A Dsd_xbuf.h86 struct buf *xa_headp; /* FIFO buf queue head ptr */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c55 struct buf *xa_headp; /* FIFO buf queue head ptr */ member
239 mem_addr + offsetof(struct __ddi_xbuf_attr, xa_headp)); in dump_xbuf_attr()
242 xba_ptr->xa_headp, (xba_ptr->xa_headp == 0?'\t':' '), in dump_xbuf_attr()
514 mdb_printf("xbuf Q head: %lx\n", xba.xa_headp); in process_xbuf()
516 xba_root = (void *) xba.xa_headp; in process_xbuf()