Lines Matching defs:status
198 "do_stop: reader_process terminated with status ``%s''\n",
252 SANE_Status status;
272 if ((status = hndl->dev->func->start (hndl)) != SANE_STATUS_GOOD)
273 return status;
1091 SANE_Status status;
1131 if ((status = dev->func->open (dev->port, dev->caps, &fd)) != SANE_STATUS_GOOD) {
1134 sane_strstatus (status));
1135 return status;
1154 status = dev->func->config (hndl,
1157 if (status != SANE_STATUS_GOOD)
1160 dev->cfgoptions[i].name, sane_strstatus (status));
1278 SANE_Status status;
1352 status = sanei_constrain_value (hndl->opt + option, val, info);
1354 if (status != SANE_STATUS_GOOD)
1357 sane_strstatus (status));
1358 return status;