driver_command 646 drivers/scsi/3w-9xxx.c TW_Ioctl_Driver_Command driver_command; driver_command 666 drivers/scsi/3w-9xxx.c if (copy_from_user(&driver_command, argp, sizeof(TW_Ioctl_Driver_Command))) driver_command 670 drivers/scsi/3w-9xxx.c if (driver_command.buffer_length > TW_MAX_SECTORS * 2048) { driver_command 676 drivers/scsi/3w-9xxx.c data_buffer_length_adjusted = (driver_command.buffer_length + 511) & ~511; driver_command 688 drivers/scsi/3w-9xxx.c if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache) - 1)) driver_command 741 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 749 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER; driver_command 752 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 755 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 758 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 767 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER; driver_command 770 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 774 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 777 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 786 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 790 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER; driver_command 796 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 804 drivers/scsi/3w-9xxx.c if (tw_ioctl->driver_command.status == TW_IOCTL_ERROR_STATUS_AEN_CLOBBER) driver_command 806 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 815 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 819 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER; driver_command 825 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 833 drivers/scsi/3w-9xxx.c if (tw_ioctl->driver_command.status == TW_IOCTL_ERROR_STATUS_AEN_CLOBBER) driver_command 835 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS; driver_command 849 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 852 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_LOCKED; driver_command 859 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = 0; driver_command 861 drivers/scsi/3w-9xxx.c tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NOT_LOCKED; driver_command 870 drivers/scsi/3w-9xxx.c if (copy_to_user(argp, tw_ioctl, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length - 1) == 0) driver_command 588 drivers/scsi/3w-9xxx.h TW_Ioctl_Driver_Command driver_command; driver_command 722 drivers/scsi/3w-sas.c TW_Ioctl_Driver_Command driver_command; driver_command 739 drivers/scsi/3w-sas.c if (copy_from_user(&driver_command, argp, sizeof(TW_Ioctl_Driver_Command))) driver_command 743 drivers/scsi/3w-sas.c if (driver_command.buffer_length > TW_MAX_SECTORS * 2048) { driver_command 749 drivers/scsi/3w-sas.c data_buffer_length_adjusted = (driver_command.buffer_length + 511) & ~511; driver_command 761 drivers/scsi/3w-sas.c if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache) - 1)) driver_command 819 drivers/scsi/3w-sas.c if (copy_to_user(argp, tw_ioctl, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length - 1) == 0) driver_command 319 drivers/scsi/3w-sas.h TW_Ioctl_Driver_Command driver_command;