Lines Matching defs:arg
8477 megasas_compat_iocpacket_get_user(void __user *arg)
8480 struct compat_megasas_iocpacket __user *cioc = arg;
8489 if (copy_from_user(ioc, arg, size))
8508 static int megasas_mgmt_ioctl_fw(struct file *file, unsigned long arg)
8511 (struct megasas_iocpacket __user *)arg;
8566 static int megasas_mgmt_ioctl_aen(struct file *file, unsigned long arg)
8578 if (copy_from_user(&aen, (void __user *)arg, sizeof(aen)))
8608 * @arg: ioctl command arguments address
8611 megasas_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
8615 return megasas_mgmt_ioctl_fw(file, arg);
8618 return megasas_mgmt_ioctl_aen(file, arg);
8627 unsigned long arg)
8631 return megasas_mgmt_ioctl_fw(file, arg);
8633 return megasas_mgmt_ioctl_aen(file, arg);