Home
last modified time | relevance | path

Searched refs: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);
13168 bufunc_t bf = (ubf == st_uscsi_rcmd) ? st_rcmd : st_cmd; in st_validate_tapemarks()
15114 bufunc_t bf = (ubf == st_uscsi_cmd) ? st_cmd : st_rcmd; in st_logical_block_locate()
16882 rval = st_rcmd(un, SCMD_WRITE_FILE_MARK, 0, SYNC_CMD); in st_recover()
17188 st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait) in st_rcmd() function
17193 ST_FUNC(ST_DEVINFO, st_rcmd); in st_rcmd()
17624 rval = st_rcmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_test_path_to_device()