Home
last modified time | relevance | path

Searched refs:SCMD_REWIND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h105 #define SCMD_REWIND 0x01 /* Note similarity to SCMD_REZERO */ macro
411 /* 0x01 */ SCMD_REWIND | \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1522 (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 …]
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h43 SPC3_CMD_REWIND = SCMD_REWIND,