Lines Matching refs:status
617 "is the normal handling for scanning. All other status "
1438 SANE_Status status;
1449 status = init_picture_buffer (test_device, &buffer, &buffer_size);
1450 if (status != SANE_STATUS_GOOD)
1451 return status;
1505 SANE_Status status;
1525 status = reader_process (test_device, test_device->reader_fds);
1527 sane_strstatus (status));
1528 return (int) status;
1547 int status;
1553 pid = sanei_thread_waitpid (test_device->reader_pid, &status);
1562 DBG (2, "finish_pass: reader process terminated with status: %s\n",
1563 sane_strstatus (status));
1790 if (read_option (line, "read-status-code", param_string,
1965 SANE_Status status;
2010 status = init_options (test_device);
2011 if (status != SANE_STATUS_GOOD)
2012 return status;
2096 SANE_Status status;
2181 status = sanei_constrain_value (&test_device->opt[option],
2183 if (status != SANE_STATUS_GOOD)
2186 sane_strstatus (status));
2187 return status;
2901 DBG (3, "sane_read: setting return status to %s\n", sc);
2968 SANE_Status status;
2970 status = finish_pass (test_device);
2971 if (status != SANE_STATUS_GOOD)
2974 sane_strstatus (status));
2975 return status;