Searched defs:cdbsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2687 uchar_t cdbsize; local
2727 cdbsize = BE_16(((struct one_com_des *)oper)->cdb_size);
2728 timeouts = (uchar_t *)(oper + cdbsize + 4);
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; local
4991 cdbsize = (un->un_f_cfg_is_atapi == TRUE) ? CDB_GROUP2 : CDB_GROUP0;
4998 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p3bufp,
5076 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p4bufp,
21607 * cdbsize - size CDB to be used (CDB_GROUP0 (6 byte), or
21624 sd_send_scsi_MODE_SENSE(sd_ssc_t *ssc, int cdbsize, uchar_t *bufaddr, argument
21639 ASSERT((cdbsize == CDB_GROUP0) || (cdbsize
21742 sd_send_scsi_MODE_SELECT(sd_ssc_t *ssc, int cdbsize, uchar_t *bufaddr, size_t buflen, uchar_t save_page, int path_flag) argument
21857 int cdbsize; local
[all...]

Completed in 139 milliseconds