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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30191 /* Store a xb struct to be pushed onto fifo */
30221 "sd_faultinjection_ioctl: xb null\n");
30297 /* Push stored xb, pkt, un, and arq onto fifo */
30401 struct sd_xbuf *xb; local
30406 /* pull bp xb and un from pktp */
30408 xb = SD_GET_XBUF(bp);
30449 /* set xb if it was on fifo */
30451 SD_CONDSET(xb, xb, xb_blkno, "xb_blkno");
30452 SD_CONDSET(xb, x
[all...]

Completed in 133 milliseconds