Searched refs:sg_idp (Results 1 – 1 of 1) sorted by relevance
974 sg_scsi_id_t __user *sg_idp = p; in sg_ioctl() local979 &sg_idp->host_no); in sg_ioctl()981 &sg_idp->channel); in sg_ioctl()982 __put_user((int) sdp->device->id, &sg_idp->scsi_id); in sg_ioctl()983 __put_user((int) sdp->device->lun, &sg_idp->lun); in sg_ioctl()984 __put_user((int) sdp->device->type, &sg_idp->scsi_type); in sg_ioctl()986 &sg_idp->h_cmd_per_lun); in sg_ioctl()988 &sg_idp->d_queue_depth); in sg_ioctl()989 __put_user(0, &sg_idp->unused[0]); in sg_ioctl()990 __put_user(0, &sg_idp->unused[1]); in sg_ioctl()