Lines Matching defs:arg
8443 static int megasas_mgmt_ioctl_fw(struct file *file, unsigned long arg)
8446 (struct megasas_iocpacket __user *)arg;
8497 static int megasas_mgmt_ioctl_aen(struct file *file, unsigned long arg)
8509 if (copy_from_user(&aen, (void __user *)arg, sizeof(aen)))
8539 * @arg: ioctl command arguments address
8542 megasas_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
8546 return megasas_mgmt_ioctl_fw(file, arg);
8549 return megasas_mgmt_ioctl_aen(file, arg);
8556 static int megasas_mgmt_compat_ioctl_fw(struct file *file, unsigned long arg)
8559 (struct compat_megasas_iocpacket __user *)arg;
8623 unsigned long arg)
8627 return megasas_mgmt_compat_ioctl_fw(file, arg);
8629 return megasas_mgmt_ioctl_aen(file, arg);