Lines Matching refs:STATE_CANCELLED
471 while (dev->desc->state != STATE_CANCELLED)
519 return dev->desc->state != STATE_CANCELLED ? SANE_TRUE : SANE_FALSE;
832 if (dev->bank_count != bankcount && dev->desc->state != STATE_CANCELLED)
1226 while (quadSteps-- > 0 && dev->desc->state != STATE_CANCELLED)
1232 while (biSteps-- > 0 && dev->desc->state != STATE_CANCELLED)
1238 while (fullSteps-- > 0 && dev->desc->state != STATE_CANCELLED)
1570 while (!gotline && dev->desc->state != STATE_CANCELLED);
1659 if (!cis_wait_read_ready(dev) && dev->desc->state != STATE_CANCELLED)
1951 for (d = 0; d < 75 /* 255 */ && dev->desc->state != STATE_CANCELLED; d += 5)
1963 if (dev->desc->state == STATE_CANCELLED) return SANE_FALSE;
1973 if (dev->desc->state == STATE_CANCELLED) return SANE_FALSE;
2174 return dev->desc->state != STATE_CANCELLED ? SANE_TRUE : SANE_FALSE;
2818 dev->state = STATE_CANCELLED;