Home
last modified time | relevance | path

Searched refs:cdbsize (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1541 static int sd_send_scsi_MODE_SENSE(sd_ssc_t *ssc, int cdbsize,
1543 static int sd_send_scsi_MODE_SELECT(sd_ssc_t *ssc, int cdbsize,
4966 int cdbsize; in sd_get_physical_geometry() local
4991 cdbsize = (un->un_f_cfg_is_atapi == TRUE) ? CDB_GROUP2 : CDB_GROUP0; in sd_get_physical_geometry()
4998 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p3bufp, in sd_get_physical_geometry()
5076 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p4bufp, in sd_get_physical_geometry()
21624 sd_send_scsi_MODE_SENSE(sd_ssc_t *ssc, int cdbsize, uchar_t *bufaddr, argument
21639 ASSERT((cdbsize == CDB_GROUP0) || (cdbsize == CDB_GROUP1) ||
21640 (cdbsize == CDB_GROUP2));
21650 if (cdbsize == CDB_GROUP0) {
[all …]
H A Dst.c2687 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()