Lines Matching refs:scode
361 u8 scode; in st_chk_result() local
381 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in st_chk_result()
383 scode = 0; in st_chk_result()
401 scode != NO_SENSE && in st_chk_result()
402 scode != RECOVERED_ERROR && in st_chk_result()
404 scode != BLANK_CHECK && in st_chk_result()
405 scode != VOLUME_OVERFLOW && in st_chk_result()
426 if (cmdstatp->have_sense && scode == UNIT_ATTENTION && in st_chk_result()
433 scode == RECOVERED_ERROR in st_chk_result()
980 int attentions, waits, max_wait, scode; in test_ready() local
1002 scode = cmdstatp->sense_hdr.sense_key; in test_ready()
1004 if (scode == UNIT_ATTENTION) { /* New media? */ in test_ready()
1019 if (scode == NOT_READY) { in test_ready()
1653 int undone, retry_eot = 0, scode; in st_write() local
1823 scode = cmdstatp->sense_hdr.sense_key; in st_write()
1827 scode == VOLUME_OVERFLOW) in st_write()
1855 (scode == NO_SENSE || scode == RECOVERED_ERROR)) { in st_write()