Home
last modified time | relevance | path

Searched refs:arg32 (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/rdma/
H A Drdma_user_cm.h309 __u32 arg32[2]; member
/linux/drivers/scsi/
H A Dhpsa.c6260 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru() local
6269 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru()
6271 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_passthru()
6281 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_passthru()
6282 sizeof(arg32->error_info))) in hpsa_ioctl32_passthru()
6291 BIG_IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_big_passthru() local
6299 if (copy_from_user(&arg64, arg32, in hpsa_ioctl32_big_passthru()
6302 if (get_user(cp, &arg32->buf)) in hpsa_ioctl32_big_passthru()
6312 if (copy_to_user(&arg32->error_info, &arg64.error_info, in hpsa_ioctl32_big_passthru()
6313 sizeof(arg32->error_info))) in hpsa_ioctl32_big_passthru()
/linux/drivers/infiniband/core/
H A Ducma.c1784 memcpy(uevent->resp.param.arg32, &event.param.arg, in ucma_write_cm_event()