Lines Matching refs:errsts
1670 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
1809 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
1811 return errsts; in resp_rsup_opcodes()
3423 int errsts; in resp_xdwriteread_10() local
3430 errsts = resp_read_dt0(scp, devip); in resp_xdwriteread_10()
3431 if (errsts) in resp_xdwriteread_10()
3432 return errsts; in resp_xdwriteread_10()
3434 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10()
3435 if (errsts) in resp_xdwriteread_10()
3436 return errsts; in resp_xdwriteread_10()
5161 int errsts = 0; in scsi_debug_queuecommand() local
5256 errsts = check_readiness(scp, UAS_ONLY, devip); in scsi_debug_queuecommand()
5257 if (errsts) in scsi_debug_queuecommand()
5266 errsts = check_condition_result; in scsi_debug_queuecommand()
5276 errsts = oip->pfp(scp, devip); in scsi_debug_queuecommand()
5278 errsts = r_pfp(scp, devip); in scsi_debug_queuecommand()
5281 return schedule_resp(scp, devip, errsts, in scsi_debug_queuecommand()