Lines Matching full:sic
379 * @sic: userspace structure describing the command to perform
381 * Send down the scsi command described by @sic to the device below
408 struct scsi_ioctl_command __user *sic) in sg_scsi_ioctl() argument
417 if (!sic) in sg_scsi_ioctl()
423 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl()
425 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl()
429 if (get_user(opcode, sic->data)) in sg_scsi_ioctl()
454 if (copy_from_user(req->cmd, sic->data, cmdlen)) in sg_scsi_ioctl()
457 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl()
503 if (copy_to_user(sic->data, req->sense, bytes)) in sg_scsi_ioctl()
507 if (copy_to_user(sic->data, buffer, out_len)) in sg_scsi_ioctl()