Searched refs:st_rcmd (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 627 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; in st_validate_tapemarks() 15112 bufunc_t bf = (ubf == st_uscsi_cmd) ? st_cmd : st_rcmd; in st_logical_block_locate() 16880 rval = st_rcmd(un, SCMD_WRITE_FILE_MARK, 0, SYNC_CMD); in st_recover() 17186 st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait) in st_rcmd() function 17191 ST_FUNC(ST_DEVINFO, st_rcmd); in st_rcmd() 17622 rval = st_rcmd(un, SCMD_TEST_UNIT_READY, 0, SYNC_CMD); in st_test_path_to_device()
|