Lines Matching defs:cmd_in
916 unsigned int cmd_in, void __user *p)
924 "sg_ioctl: cmd=0x%x\n", (int) cmd_in));
927 switch (cmd_in) {
1140 cmd_in, filp->f_flags & O_NDELAY);
1148 sg_ioctl(struct file *filp, unsigned int cmd_in, unsigned long arg)
1158 ret = sg_ioctl_common(filp, sdp, sfp, cmd_in, p);
1162 return scsi_ioctl(sdp->device, cmd_in, p);
1166 static long sg_compat_ioctl(struct file *filp, unsigned int cmd_in, unsigned long arg)
1176 ret = sg_ioctl_common(filp, sdp, sfp, cmd_in, p);
1180 return scsi_compat_ioctl(sdp->device, cmd_in, p);