Searched defs:xa_headp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
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 49 milliseconds