Searched refs:sg_idp (Results 1 – 1 of 1) sorted by relevance
919 sg_scsi_id_t __user *sg_idp = p; in sg_ioctl() local924 &sg_idp->host_no); in sg_ioctl()926 &sg_idp->channel); in sg_ioctl()927 __put_user((int) sdp->device->id, &sg_idp->scsi_id); in sg_ioctl()928 __put_user((int) sdp->device->lun, &sg_idp->lun); in sg_ioctl()929 __put_user((int) sdp->device->type, &sg_idp->scsi_type); in sg_ioctl()931 &sg_idp->h_cmd_per_lun); in sg_ioctl()933 &sg_idp->d_queue_depth); in sg_ioctl()934 __put_user(0, &sg_idp->unused[0]); in sg_ioctl()935 __put_user(0, &sg_idp->unused[1]); in sg_ioctl()