Lines Matching refs:errsts
1784 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
1923 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
1925 return errsts; in resp_rsup_opcodes()
3763 int errsts; in resp_xdwriteread_10() local
3770 errsts = resp_read_dt0(scp, devip); in resp_xdwriteread_10()
3771 if (errsts) in resp_xdwriteread_10()
3772 return errsts; in resp_xdwriteread_10()
3774 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10()
3775 if (errsts) in resp_xdwriteread_10()
3776 return errsts; in resp_xdwriteread_10()
5683 int errsts = 0; in scsi_debug_queuecommand() local
5783 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
5784 if (errsts) in scsi_debug_queuecommand()
5793 errsts = check_condition_result; in scsi_debug_queuecommand()
5809 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
5822 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
5824 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()