Lines Matching refs:result
1418 * or from within the kernel (e.g. as a result of a mount(1) ).
1830 int result;
1843 result = scsi_execute_req(sdev, cmd, DMA_TO_DEVICE, &data, sizeof(data),
1846 if (driver_byte(result) == DRIVER_SENSE &&
1848 sdev_printk(KERN_INFO, sdev, "PR command failed: %d\n", result);
1852 return result;
1939 * error test command (currently TEST UNIT READY). The result of sending
1952 host_byte(scmd->result) != DID_TIME_OUT ||
2038 int result = SCpnt->result;
2039 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt);
2057 if (!result) {
2083 if (result) {
2090 if (driver_byte(result) != DRIVER_SENSE &&
2107 SCpnt->result = 0;
3833 void sd_print_result(const struct scsi_disk *sdkp, const char *msg, int result)
3835 const char *hb_string = scsi_hostbyte_string(result);
3836 const char *db_string = scsi_driverbyte_string(result);
3846 msg, host_byte(result), driver_byte(result));