Lines Matching refs:status
82 int status;
134 r->status = CHECK_CONDITION;
159 r->status = be2cpu32 (*((u32 *) (resp + sizeof (*h))));
295 if (r.status)
445 SANE_Status status;
455 status = send_command (s, &c);
456 if (status)
457 return status;
469 SANE_Status status;
481 status = send_command (s, &c);
482 if (status)
483 return status;
494 SANE_Status status;
503 status = send_command (s, &c);
504 if (status)
505 return status;
514 SANE_Status status;
527 status = send_command (s, &c);
529 if (status && status != SANE_STATUS_EOF && status != INCORRECT_LENGTH)
530 return status;
534 return status;