Lines Matching refs:status
346 SANE_Status status;
366 status = SANE_STATUS_GOOD;
368 status = sanei_usb_open (devname, &dn);
370 if (status != SANE_STATUS_GOOD)
373 sane_strstatus (status));
374 return status;
380 status = SANE_STATUS_GOOD;
387 status = sanei_usb_get_vendor_product (dn, &vendor, &product);
389 if (status != SANE_STATUS_GOOD)
393 devname, sane_strstatus (status));
397 return status;
420 status = sanei_lexmark_low_open_device (lexmark_device);
423 /* set up scanner start status */
447 return status;
524 SANE_Status status;
540 status = probe_lexmark_devices ();
542 if (status == SANE_STATUS_GOOD)
551 return status;
633 SANE_Status status;
671 status = init_options (lexmark_device);
672 if (status != SANE_STATUS_GOOD)
673 return status;
675 status = sanei_lexmark_low_open_device (lexmark_device);
678 return status;
788 SANE_Status status;
847 status =
850 if (status != SANE_STATUS_GOOD)
1112 SANE_Status status;
1173 status = sanei_lexmark_low_calibration (lexmark_device);
1174 if (status != SANE_STATUS_GOOD)
1177 sane_strstatus (status));
1178 return status;