Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.c6592 long ErrorCode; in DAC960_gam_get_controller_info() local
6595 ErrorCode = -EINVAL; in DAC960_gam_get_controller_info()
6596 else ErrorCode = get_user(ControllerNumber, in DAC960_gam_get_controller_info()
6598 if (ErrorCode != 0) in DAC960_gam_get_controller_info()
6600 ErrorCode = -ENXIO; in DAC960_gam_get_controller_info()
6620 ErrorCode = (copy_to_user(UserSpaceControllerInfo, &ControllerInfo, in DAC960_gam_get_controller_info()
6623 return ErrorCode; in DAC960_gam_get_controller_info()
6640 long ErrorCode; in DAC960_gam_v1_execute_command() local
6643 ErrorCode = -EINVAL; in DAC960_gam_v1_execute_command()
6648 ErrorCode = -EFAULT; in DAC960_gam_v1_execute_command()
[all …]
DDAC960.h203 unsigned char ErrorCode:7; /* Byte 0 Bits 0-6 */ member
618 unsigned char ErrorCode:7; /* Byte 6 Bits 0-6 */ member
/Linux-v4.19/drivers/usb/storage/
Disd200.c367 unsigned char ErrorCode; member
405 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
411 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
417 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
423 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
429 buf->ErrorCode = 0; in isd200_build_sense()
/Linux-v4.19/drivers/scsi/arcmsr/
Darcmsr.h893 uint8_t ErrorCode:7; member
Darcmsr_hba.c1219 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; in arcmsr_report_sense_info()
2788 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; in arcmsr_iop_message_xfer()