Lines Matching defs:sense
100 - use request sense info bytes on short scsi reads
120 - add all documented request sense codes to sense_handler()
266 - improve request sense error messages
8110 * parses the request sense return data buffer,
8112 * and copies the sense buffer into the scanner struct
8118 unsigned int sense = get_RS_sense_key (sensed_data);
8135 DBG (5, "Sense=%#02x, ASC=%#02x, ASCQ=%#02x, EOM=%d, ILI=%d, info=%#08x\n", sense, asc, ascq, eom, ili, info);
8137 switch (sense) {
8141 DBG (5, "No sense: EOM remainder:%d\n",info);
8144 DBG (5, "No sense: unknown asc/ascq\n");
8295 DBG (5, "Aborted command: no sense/cancelled\n");
8825 // when in sleep mode. By checking the sense it wakes them up.
8827 DBG(5,"WARNING: Brain-dead scanner. Hitting with stick and request sense.\n");