Searched refs:arg64 (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dhpsa.c2446 IOCTL_Command_struct arg64; local
2447 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64));
2451 memset(&arg64, 0, sizeof(arg64));
2453 err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
2454 sizeof(arg64.LUN_info));
2455 err |= copy_from_user(&arg64.Request, &arg32->Request,
2456 sizeof(arg64.Request));
2457 err |= copy_from_user(&arg64.error_info, &arg32->error_info,
2458 sizeof(arg64
2482 BIG_IOCTL_Command_struct arg64; local
[all...]
/drivers/block/
H A Dcciss.c1196 IOCTL_Command_struct arg64; local
1197 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64));
1203 copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
1204 sizeof(arg64.LUN_info));
1206 copy_from_user(&arg64.Request, &arg32->Request,
1207 sizeof(arg64.Request));
1209 copy_from_user(&arg64.error_info, &arg32->error_info,
1210 sizeof(arg64.error_info));
1211 err |= get_user(arg64.buf_size, &arg32->buf_size);
1213 arg64
1235 BIG_IOCTL_Command_struct arg64; local
[all...]

Completed in 94 milliseconds