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.c248 if (xap->xa_headp == NULL) {
249 xap->xa_headp = xap->xa_tailp = bp;
310 if (brkp->active || xap->xa_headp == brkp->bp0) {
413 if ((bp = xap->xa_headp) == NULL) {
522 xap->xa_headp = bp0->av_forw;
528 xap->xa_headp = bp->av_forw;
562 if ((xap->xa_headp != NULL) && (xap->xa_timeid == NULL) &&
619 for (bp = xap->xa_headp; bp != NULL; bp = next_bp) {
633 if (bp == xap->xa_headp) {
634 xap->xa_headp
[all...]
H A Dsd_xbuf.h86 struct buf *xa_headp; /* FIFO buf queue head ptr */ member in struct:__ddi_xbuf_attr
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c54 struct buf *xa_headp; /* FIFO buf queue head ptr */ member in struct:__ddi_xbuf_attr
238 mem_addr + offsetof(struct __ddi_xbuf_attr, xa_headp));
241 xba_ptr->xa_headp, (xba_ptr->xa_headp == 0?'\t':' '),
571 mdb_printf("xbuf Q head: %lx\n", xba.xa_headp);
573 xba_root = (void *) xba.xa_headp;

Completed in 59 milliseconds