Searched refs:cdb_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dsati_mode_select.c81 * @param[in] cdb_size This parameter specifies the number of bytes
89 U32 cdb_size
96 if(cdb_size == 6)
101 else if(cdb_size == 10)
114 * @param[in] cdb_size This parameter specifies the number of bytes
122 U32 cdb_size
129 if(cdb_size == 6)
134 else if(cdb_size == 10)
154 * @param[in] cdb_size This parameter specifies the number of bytes
162 U32 cdb_size
[all...]
H A Dsati_mode_sense.h70 U8 cdb_size
H A Dsati_mode_sense.c261 * @param[in] cdb_size This parameter specifies the number of bytes
268 U8 cdb_size
275 if (cdb_size == 6)
284 if ( (cdb_size == 10)
/freebsd-10.1-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h99 uint32_t cdb_size; member in struct:virtio_scsi_config
H A Dvirtio_scsi.c433 VTSCSI_GET_CONFIG(dev, cdb_size, scsicfg);
494 offsetof(struct virtio_scsi_config, cdb_size),
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_cd.c1246 if (mode_params->cdb_size == 10)
2445 params->cdb_size = 10;
2728 data->cdb_size = softc->minimum_command_size;
2729 if (data->cdb_size < 10)
2777 if (data->cdb_size == 10) {
2818 int cdb_size, param_len; local
2834 if (data->cdb_size == 10)
2835 cdb_size = data->cdb_size;
2837 cdb_size
[all...]
H A Dscsi_cd.h717 int cdb_size; member in struct:cd_mode_params
/freebsd-10.1-release/usr.sbin/ctladm/
H A Dctladm.c1681 int cdb_size = -1; local
1703 cdb_size = strtol(optarg, NULL, 0);
1719 if (cdb_size != -1) {
1720 switch (cdb_size) {
1726 "and 16", __func__, cdb_size);
1732 cdb_size = 10;
1737 /*minimum_cdb_size*/ cdb_size,

Completed in 97 milliseconds