Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dvboxguest.h27 struct vbg_ioctl_hdr { struct
44 VMMDEV_ASSERT_SIZE(vbg_ioctl_hdr, 24); argument
66 struct vbg_ioctl_hdr hdr;
111 struct vbg_ioctl_hdr hdr;
129 struct vbg_ioctl_hdr hdr;
145 struct vbg_ioctl_hdr hdr;
188 struct vbg_ioctl_hdr hdr;
207 struct vbg_ioctl_hdr hdr;
237 _IOWR('V', 11, struct vbg_ioctl_hdr)
243 struct vbg_ioctl_hdr hdr;
[all …]
/linux-6.1.9/drivers/virt/vboxguest/
Dvboxguest_linux.c108 struct vbg_ioctl_hdr hdr; in vbg_misc_device_ioctl()
145 *((struct vbg_ioctl_hdr *)buf) = hdr; in vbg_misc_device_ioctl()
158 returned_size = ((struct vbg_ioctl_hdr *)buf)->size_out; in vbg_misc_device_ioctl()
Dvboxguest_core.c1095 static int vbg_ioctl_chk(struct vbg_ioctl_hdr *hdr, size_t in_size, in vbg_ioctl_chk()
1236 struct vbg_ioctl_hdr *hdr) in vbg_ioctl_interrupt_all_wait_events()
1353 struct vbg_ioctl_hdr *hdr = data; in vbg_ioctl_vmmrequest()
1683 struct vbg_ioctl_hdr *hdr = data; in vbg_core_ioctl()