Searched refs:ErrorCode (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/block/
H A DDAC960.c6626 long ErrorCode = 0; DAC960_gam_ioctl() local
6633 ErrorCode = DAC960_ControllerCount; DAC960_gam_ioctl()
6643 ErrorCode = -EINVAL; DAC960_gam_ioctl()
6644 else ErrorCode = get_user(ControllerNumber, DAC960_gam_ioctl()
6646 if (ErrorCode != 0) DAC960_gam_ioctl()
6648 ErrorCode = -ENXIO; DAC960_gam_ioctl()
6668 ErrorCode = (copy_to_user(UserSpaceControllerInfo, &ControllerInfo, DAC960_gam_ioctl()
6689 ErrorCode = -EINVAL; DAC960_gam_ioctl()
6694 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6698 ErrorCode = -ENXIO; DAC960_gam_ioctl()
6705 ErrorCode = -EINVAL; DAC960_gam_ioctl()
6716 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6737 ErrorCode = -ENOMEM; DAC960_gam_ioctl()
6741 ErrorCode = -ENOMEM; DAC960_gam_ioctl()
6759 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6811 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6825 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6829 ErrorCode = CommandStatus; DAC960_gam_ioctl()
6856 ErrorCode = -EINVAL; DAC960_gam_ioctl()
6861 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6864 ErrorCode = -ENXIO; DAC960_gam_ioctl()
6873 ErrorCode = -EINVAL; DAC960_gam_ioctl()
6877 ErrorCode = -ENOMEM; DAC960_gam_ioctl()
6895 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6907 ErrorCode = -ENOMEM; DAC960_gam_ioctl()
6970 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6975 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6982 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6990 ErrorCode = -EFAULT; DAC960_gam_ioctl()
6994 ErrorCode = CommandStatus; DAC960_gam_ioctl()
7012 ErrorCode = -EINVAL; DAC960_gam_ioctl()
7017 ErrorCode = -EFAULT; DAC960_gam_ioctl()
7020 ErrorCode = -ENXIO; DAC960_gam_ioctl()
7029 ErrorCode = -EINVAL; DAC960_gam_ioctl()
7035 ErrorCode = -EFAULT; DAC960_gam_ioctl()
7038 ErrorCode = wait_event_interruptible_timeout(Controller->HealthStatusWaitQueue, DAC960_gam_ioctl()
7044 if (ErrorCode == -ERESTARTSYS) { DAC960_gam_ioctl()
7045 ErrorCode = -EINTR; DAC960_gam_ioctl()
7051 ErrorCode = -EFAULT; DAC960_gam_ioctl()
7053 ErrorCode = 0; DAC960_gam_ioctl()
7057 ErrorCode = -ENOTTY; DAC960_gam_ioctl()
7060 return ErrorCode; DAC960_gam_ioctl()
H A DDAC960.h203 unsigned char ErrorCode:7; /* Byte 0 Bits 0-6 */ member in struct:DAC960_SCSI_RequestSense
618 unsigned char ErrorCode:7; /* Byte 6 Bits 0-6 */ member in struct:DAC960_V1_EventLogEntry
/linux-4.1.27/drivers/usb/storage/
H A Disd200.c377 unsigned char ErrorCode; member in struct:sense_data
415 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; isd200_build_sense()
421 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; isd200_build_sense()
427 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; isd200_build_sense()
433 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; isd200_build_sense()
439 buf->ErrorCode = 0; isd200_build_sense()
/linux-4.1.27/drivers/scsi/arcmsr/
H A Darcmsr.h759 uint8_t ErrorCode:7; member in struct:SENSE_DATA
H A Darcmsr_hba.c994 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; arcmsr_report_sense_info()
2320 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; arcmsr_iop_message_xfer()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Diochannel.h404 * ErrorCode = 0x70 indicates current error

Completed in 352 milliseconds