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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c523 static void st_make_cmd(struct scsi_tape *un, struct buf *bp,
6506 * If the buf has no scsi_pkt call st_make_cmd() to get one and
6511 st_make_cmd(un, bp, st_runout);
7684 * cdb in st_make_cmd().
7804 "st_make_cmd()\n", un->un_read_pos_type);
8627 st_make_cmd(struct scsi_tape *un, struct buf *bp, int (*func)(caddr_t)) function
8646 ST_FUNC(ST_DEVINFO, st_make_cmd);
8651 "st_make_cmd(): dev = 0x%lx\n", un->un_dev);
8944 " st_make_cmd()\n", un->un_read_pos_type);
8950 "Unhandled scsi command 0x%x in st_make_cmd()\
[all...]

Completed in 113 milliseconds