Lines Matching refs:cdb
253 hdr.cdb[0] = SCSI_TEST_UNIT_READY;
278 hdr.cdb[0] = SCSI_SET_TIMEOUT;
279 hdr.cdb[2] = 0x8D;
280 hdr.cdb[8] = 0x2;
305 hdr.cdb[0] = SCSI_READ_10;
306 hdr.cdb[2] = 0x93;
307 Ito24 (32, &hdr.cdb[6]);
393 hdr.cdb[0] = SCSI_SCAN;
436 hdr.cdb[0] = SCSI_SET_WINDOW;
437 Ito24 (size, &hdr.cdb[6]);
459 hdr.cdb[0] = SCSI_SET_WINDOW;
481 hdr.cdb[0] = SCSI_GET_BUFFER_STATUS;
482 hdr.cdb[8] = size;
555 hdr.cdb[0] = SCSI_READ_10;
556 hdr.cdb[2] = 0x80;
557 hdr.cdb[4] = page;
558 hdr.cdb[5] = side;
559 Ito24 (16, &hdr.cdb[6]);
613 hdr.cdb[0] = SCSI_READ_10;
614 hdr.cdb[4] = page;
615 hdr.cdb[5] = side;
616 Ito24 (size, &hdr.cdb[6]);
657 hdr.cdb[0] = SCSI_READ_10;
658 hdr.cdb[2] = 0x81;
659 Ito24 (6, &hdr.cdb[6]);
690 hdr.cdb[0] = SCSI_READ_10;
691 hdr.cdb[2] = 0x81;
692 Ito24 (6, &hdr.cdb[6]);
728 hdr.cdb[0] = SCSI_REQUEST_SENSE;
729 hdr.cdb[4] = 0x12;