Lines Matching defs:rst
111 SANE_Int rst = ERROR;
120 rst = OK;
123 return rst;
130 SANE_Int rst = ERROR;
137 rst = OK;
139 return rst;
146 SANE_Int rst = ERROR;
155 rst = OK;
157 return rst;
294 SANE_Int rst = ERROR;
307 rst = OK;
314 rst = OK;
319 if (rst != OK)
322 return rst;
328 SANE_Int rst = ERROR;
338 rst =
345 rst = size;
349 if (rst < 0)
352 show_buffer (4, buffer, rst);
354 return rst;
361 SANE_Int rst = ERROR;
370 rst = usb_control_msg (usb_handle, 0x40, /* Request type */
387 rst = size;
389 rst = -1;
393 if (rst < 0)
394 DBG (DBG_CTL, " : Error, returned %i\n", rst);
396 return rst;
403 SANE_Int rst;
405 rst = ERROR;
413 rst = usb_control_msg (usb_handle, 0xc0, /* Request type */
430 rst = size;
432 rst = -1;
436 if (rst < 0)
437 DBG (DBG_CTL, " : Error, returned %i\n", rst);
439 show_buffer (DBG_CTL, buffer, rst);
441 return rst;