Home
last modified time | relevance | path

Searched refs:SCMD_ERASE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h121 #define SCMD_ERASE 0x19 macro
436 /* 0x19 */ SCMD_ERASE, "erase_tape", \
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h93 SPC3_CMD_ERASE = SCMD_ERASE,
94 SPC3_CMD_ERASE6 = SCMD_ERASE,
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2599 rval = st_get_timeouts_value(un, SCMD_ERASE, &timeout, 0); in st_get_timeout_values_from_tape_drive()
5795 st_cmd(un, SCMD_ERASE, mtop->mt_count, SYNC_CMD)) { in st_do_mtioctop()
7747 case SCMD_ERASE: in st_setup_cmd()
8844 case SCMD_ERASE: in st_make_cmd()
11934 case SCMD_ERASE: in st_set_state()
17423 SCMD_ERASE); in st_add_recovery_info_to_pkt()
18386 { SCMD_ERASE,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2643 scsi_req.cdbp[0] == SCMD_ERASE || in ql_scsi_passthru()