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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c627 static int st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait);
13166 bufunc_t bf = (ubf == st_uscsi_rcmd) ? st_rcmd : st_cmd;
15112 bufunc_t bf = (ubf == st_uscsi_cmd) ? st_cmd : st_rcmd;
16880 rval = st_rcmd(un, SCMD_WRITE_FILE_MARK, 0, SYNC_CMD);
17186 st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait) function
17191 ST_FUNC(ST_DEVINFO, st_rcmd);
17194 "st_rcmd(un = 0x%p, com = 0x%x, count = %"PRIx64", wait = %d)\n",
17622 rval = st_rcmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD);

Completed in 76 milliseconds