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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c964 #define sd_xbuf_init ssd_xbuf_init macro
1367 static void sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp,
11548 sd_xbuf_init(un, bp, xp, SD_CHAIN_BUFIO, NULL);
11556 * Function: sd_xbuf_init
11576 sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp, function
11585 SD_INFO(SD_LOG_IO, un, "sd_xbuf_init: buf:0x%p chain type:0x%x\n",
11648 panic("sd_xbuf_init: illegal chain type!");
11679 SD_INFO(SD_LOG_IO, un, "sd_xbuf_init: done.\n");
11771 sd_xbuf_init(un, bp, xp, chain_type, uip->ui_cmdp);
16481 sd_xbuf_init(u
[all...]

Completed in 117 milliseconds