Lines Matching refs:status
388 "status",
389 SANE_I18N ("Do not force status code"),
390 SANE_I18N ("Do not force the backend to return a status code."),
400 "status-eof",
402 SANE_I18N ("Force the backend to return the status code SANE_STATUS_EOF "
413 "status-jammed",
416 ("Force the backend to return the status code SANE_STATUS_JAMMED "
427 "status-nodocs",
429 SANE_I18N ("Force the backend to return the status code "
440 "status-coveropen",
442 SANE_I18N ("Force the backend to return the status code "
453 "status-ioerror",
455 SANE_I18N ("Force the backend to return the status code "
466 "status-nomem",
469 ("Force the backend to return the status code SANE_STATUS_NO_MEM "
480 "status-accessdenied",
482 SANE_I18N ("Force the backend to return the status code "
645 SANE_Status status;
679 status = sanei_constrain_value (sod + option, (void *) &v, &myinfo);
680 if (status != SANE_STATUS_GOOD)
681 return status;
698 status = sanei_constrain_value (sod + option, value, &myinfo);
699 if (status != SANE_STATUS_GOOD)
700 return status;
809 /* status */