Lines Matching refs:errsts
1672 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
1811 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
1813 return errsts; in resp_rsup_opcodes()
3420 int errsts; in resp_xdwriteread_10() local
3427 errsts = resp_read_dt0(scp, devip); in resp_xdwriteread_10()
3428 if (errsts) in resp_xdwriteread_10()
3429 return errsts; in resp_xdwriteread_10()
3431 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10()
3432 if (errsts) in resp_xdwriteread_10()
3433 return errsts; in resp_xdwriteread_10()
5148 int errsts = 0; in scsi_debug_queuecommand() local
5243 errsts = check_readiness(scp, UAS_ONLY, devip); in scsi_debug_queuecommand()
5244 if (errsts) in scsi_debug_queuecommand()
5253 errsts = check_condition_result; in scsi_debug_queuecommand()
5263 errsts = oip->pfp(scp, devip); in scsi_debug_queuecommand()
5265 errsts = r_pfp(scp, devip); in scsi_debug_queuecommand()
5268 return schedule_resp(scp, devip, errsts, in scsi_debug_queuecommand()