Lines Matching defs:status

142          - add support for 16 byte status packets
146 - set status packet size from config file
160 - remove status-length config option
186 - return cmd status for reads on sensors
187 - allow rs to adjust read length for all bad status responses
290 - split status code into do_usb_status
653 else if (!strncmp (lp, "extra-status", 12) && isspace (lp[12])) {
661 DBG (5, "sane_get_devices: config option \"extra-status\" "
667 DBG (5, "sane_get_devices: config option \"extra-status\" "
672 DBG (15, "sane_get_devices: setting \"extra-status\" to %d\n",
3667 SANE_Status status;
3681 status = sanei_constrain_value (s->opt + option, val, info);
3682 if (status != SANE_STATUS_GOOD) {
3684 return status;
4770 DBG (10, "get_pixelsize: error reading, status = %d\n", ret);
4808 DBG (10, "get_pixelsize: error reading, status = %d w:%d h:%d\n",
5293 DBG (10, "detect_imprinter: type: %s. found status bit: %d \n",imprinter_type,imprinter_found);
5972 * the call fails (i.e., when a status other than SANE_STATUS_GOOD is
6125 DBG(5, "read_from_scanner: error reading data block status = %d\n",ret);
6293 DBG(5, "read_from_scanner_duplex: error reading data block status = %d\n",
7940 * status value of SANE_STATUS_CANCELLED). Since the SANE API does
8063 * (regardless of the status value returned by sane_exit(). Neglecting
8503 /* the extra status stage, used by few scanners */
8504 /* this is like the regular status block, with an additional */
8509 /* bail out on bad RS status */
8511 DBG(5,"extra: bad RS status, %d\n", ret2);
8608 /* the normal status stage */
8611 /* if status said EOF, adjust input with remainder count */
8628 /* bail out on bad RS status */
8631 DBG(5,"stat: bad RS status, %d\n", ret2);
8635 /* now that we have read status, deal with input buffer */
8698 /*weird status*/
8708 /*inspect the status byte of the response*/
8710 DBG(5,"stat: status %d\n",statBuffer[statOffset]);
8849 DBG (10, "wait_scanner: finish (status=%d)\n", ret);
9154 int status = 0;
9165 status = 1;
9172 return status;