Searched refs:SCMD_REWIND (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 105 #define SCMD_REWIND 0x01 /* Note similarity to SCMD_REZERO */ macro 409 /* 0x01 */ SCMD_REWIND | \
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 1522 (void) st_cmd(un, SCMD_REWIND, 0, SYNC_CMD); in st_detach() 2655 rval = st_get_timeouts_value(un, SCMD_REWIND, &timeout, 0); in st_get_timeout_values_from_tape_drive() 3654 if (st_cmd(un, SCMD_REWIND, 0, SYNC_CMD)) { in st_close() 3673 if (st_cmd(un, SCMD_REWIND, 1, ASYNC_CMD)) { in st_close() 5794 st_cmd(un, SCMD_REWIND, 0, SYNC_CMD) || in st_do_mtioctop() 5804 (void) st_cmd(un, SCMD_REWIND, 0, ASYNC_CMD); in st_do_mtioctop() 5878 if (st_cmd(un, SCMD_REWIND, 0, SYNC_CMD)) { in st_do_mtioctop() 5896 (void) st_cmd(un, SCMD_REWIND, 0, SYNC_CMD); in st_do_mtioctop() 7361 if (st_cmd(un, SCMD_REWIND, 0, SYNC_CMD)) { in st_get_density() 7446 rval = st_cmd(un, SCMD_REWIND, 1, SYNC_CMD); in st_loadtape() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 43 SPC3_CMD_REWIND = SCMD_REWIND,
|