Searched refs:cdbsize (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 1094 static int sd_send_scsi_MODE_SENSE(sd_ssc_t *ssc, int cdbsize, 1096 static int sd_send_scsi_MODE_SELECT(sd_ssc_t *ssc, int cdbsize, 4392 int cdbsize; in sd_get_physical_geometry() local 4428 cdbsize = (un->un_f_cfg_is_atapi == TRUE) ? CDB_GROUP2 : CDB_GROUP0; in sd_get_physical_geometry() 4435 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p3bufp, in sd_get_physical_geometry() 4513 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p4bufp, in sd_get_physical_geometry() 21001 sd_send_scsi_MODE_SENSE(sd_ssc_t *ssc, int cdbsize, uchar_t *bufaddr, argument 21016 ASSERT((cdbsize == CDB_GROUP0) || (cdbsize == CDB_GROUP1) || 21017 (cdbsize == CDB_GROUP2)); 21027 if (cdbsize == CDB_GROUP0) { [all …]
|
| H A D | st.c | 2687 uchar_t cdbsize; in st_get_timeouts_value() local 2727 cdbsize = BE_16(((struct one_com_des *)oper)->cdb_size); in st_get_timeouts_value() 2728 timeouts = (uchar_t *)(oper + cdbsize + 4); in st_get_timeouts_value()
|