Home
last modified time | relevance | path

Searched refs:hdr32 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/
Dscsi_ioctl.c634 struct compat_sg_io_hdr hdr32 = { in put_sg_io_hdr() local
659 if (copy_to_user(argp, &hdr32, sizeof(hdr32))) in put_sg_io_hdr()
676 struct compat_sg_io_hdr hdr32; in get_sg_io_hdr() local
679 if (copy_from_user(&hdr32, argp, sizeof(hdr32))) in get_sg_io_hdr()
683 .interface_id = hdr32.interface_id, in get_sg_io_hdr()
684 .dxfer_direction = hdr32.dxfer_direction, in get_sg_io_hdr()
685 .cmd_len = hdr32.cmd_len, in get_sg_io_hdr()
686 .mx_sb_len = hdr32.mx_sb_len, in get_sg_io_hdr()
687 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr()
688 .dxfer_len = hdr32.dxfer_len, in get_sg_io_hdr()
[all …]
/linux-5.19.10/drivers/usb/mon/
Dmon_bin.c148 u32 hdr32; member
1151 ret = mon_bin_get_event(file, rp, compat_ptr(getb.hdr32), in mon_bin_compat_ioctl()