Lines Matching defs:small
811 * fit in a "small" cdb, use it.
817 * We can fit in a small cdb.
2193 struct scsi_mode_parameter_header_6 small;
2220 page = (void *)((u_long)&data.header.small +
2221 sizeof data.header.small +
2222 data.header.small.blk_desc_len);
2240 struct scsi_mode_parameter_header_6 small;
2266 page = (void *)((u_long)&data.header.small +
2267 sizeof data.header.small +
2268 data.header.small.blk_desc_len);
2285 struct scsi_mode_parameter_header_6 small;
2311 page = (void *)((u_long)&data.header.small +
2312 sizeof data.header.small +
2313 data.header.small.blk_desc_len);
2328 struct scsi_mode_parameter_header_6 small;
2360 page = (void *)((u_long)&data.header.small +
2361 sizeof data.header.small +
2362 data.header.small.blk_desc_len);
2363 page2 = (void *)((u_long)&mask.header.small +
2364 sizeof mask.header.small +
2365 mask.header.small.blk_desc_len);
2400 struct scsi_mode_parameter_header_6 small;
2417 bdesc = (void *)(&data.header.small + 1);
2418 bsize = data.header.small.blk_desc_len;