Lines Matching refs:read_cmd
917 {static hp_byte_t read_cmd[6] = { 0x08, 0, 0, 0, 0, 0 };
928 read_cmd[2] = 0;
929 read_cmd[3] = 0;
930 read_cmd[4] = 1; /* Read one byte */
932 status = sanei_scsi_cmd (this->fd, read_cmd, sizeof(read_cmd),
984 {static hp_byte_t read_cmd[6] = { 0x08, 0, 0, 0, 0, 0 };
985 read_cmd[2] = *len >> 16;
986 read_cmd[3] = *len >> 8;
987 read_cmd[4] = *len;
989 RETURN_IF_FAIL( sanei_scsi_cmd (this->fd, read_cmd,
990 sizeof(read_cmd), dest, len) );