Searched refs:SCMD_READ_BLKLIM (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 107 #define SCMD_READ_BLKLIM 0x05 macro 413 /* 0x05 */ SCMD_READ_BLKLIM, "read_block_limits", \
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 49 SPC3_CMD_READ_BLOCK_LIMITS = SCMD_READ_BLKLIM,
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 3060 err = st_cmd(un, SCMD_READ_BLKLIM, RBLSIZE, SYNC_CMD); in st_tape_init() 3063 err = st_cmd(un, SCMD_READ_BLKLIM, RBLSIZE, SYNC_CMD); in st_tape_init() 7767 case SCMD_READ_BLKLIM: in st_setup_cmd() 8416 cdb[0] = SCMD_READ_BLKLIM; in st_read_block_limits() 8898 case SCMD_READ_BLKLIM: in st_make_cmd() 11997 case SCMD_READ_BLKLIM: in st_set_state() 18336 { SCMD_READ_BLKLIM,
|