Lines Matching full:sic
479 * @sic: userspace structure describing the command to perform
481 * Send down the scsi command described by @sic to the device below
502 struct scsi_ioctl_command __user *sic) in sg_scsi_ioctl() argument
510 if (!sic) in sg_scsi_ioctl()
516 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl()
518 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl()
522 if (get_user(opcode, sic->data)) in sg_scsi_ioctl()
547 if (copy_from_user(scmd->cmnd, sic->data, cmdlen)) in sg_scsi_ioctl()
550 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl()
596 if (copy_to_user(sic->data, scmd->sense_buffer, in sg_scsi_ioctl()
601 if (copy_to_user(sic->data, buffer, out_len)) in sg_scsi_ioctl()