Home
last modified time | relevance | path

Searched refs:SCMD_REASSIGN_BLOCK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h86 #define SCMD_REASSIGN_BLOCK 0x07 macro
416 /* 0x07 */ SCMD_REASSIGN_BLOCK, "reassign", \
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c691 scsi_command_names[2].command = SCMD_REASSIGN_BLOCK; in g_scsi_find_command_name()
712 scsi_command_names[9].command = SCMD_REASSIGN_BLOCK; in g_scsi_find_command_name()
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c359 cdb.scc_cmd = SCMD_REASSIGN_BLOCK;
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h51 SPC3_CMD_REASSIGN_BLOCKS = SCMD_REASSIGN_BLOCK,
52 SPC3_CMD_INITIALIZE_ELEMENT_STATUS = SCMD_REASSIGN_BLOCK,
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c188 scsi_command_names[2].command = SCMD_REASSIGN_BLOCK; in scsi_find_command_name()
209 scsi_command_names[9].command = SCMD_REASSIGN_BLOCK; in scsi_find_command_name()
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c124 SCMD_REASSIGN_BLOCK, "reassign block",
1784 cdb.scc_cmd = SCMD_REASSIGN_BLOCK; in scsi_repair()
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1299 case SCMD_REASSIGN_BLOCK: in emul64_handle_cmd()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c1105 cdb[0] = SCMD_REASSIGN_BLOCK; in scsi_reassign_block()