Lines Matching refs:status
38 SANE_Status *status)
44 *status = SANE_STATUS_GOOD;
66 *status = SANE_STATUS_GOOD;
69 *status = SANE_STATUS_IO_ERROR;
77 SANE_Status * status)
85 *status = SANE_STATUS_IO_ERROR;
107 SANE_Status * status)
110 *status = SANE_STATUS_INVAL;
120 return epsonds_net_read_buf(s, buf, wanted, status);
124 read = epsonds_net_read_raw(s, header, 12, status);
132 *status = SANE_STATUS_IO_ERROR;
139 *status = SANE_STATUS_GOOD;
150 read = epsonds_net_read_raw(s, buf, wanted, status);
161 read = epsonds_net_read_raw(s, s->netbuf, s->netlen, status);
166 read = epsonds_net_read_buf(s, buf, wanted, status);
175 SANE_Status status;
176 epsonds_net_write(s, 0x2000, NULL, 0, len, &status);
177 return status;
182 size_t buf_size, size_t reply_len, SANE_Status *status)
188 *status = SANE_STATUS_NO_MEM;
206 *status = SANE_STATUS_NO_MEM;
265 *status = SANE_STATUS_GOOD;
272 SANE_Status status;
277 epsonds_net_write(s, 0x2100, buf, 7, 0, &status);
278 epsonds_net_read(s, buf, 1, &status);
282 return status;
288 SANE_Status status;
292 epsonds_net_write(s, 0x2101, NULL, 0, 0, &status);
293 /* epsonds_net_read(s, buf, 1, &status); */
294 return status;