Symbol: vbg_req_alloc
drivers/virt/vboxguest/vboxguest_core.c
143
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_HYPERVISOR_INFO,
drivers/virt/vboxguest/vboxguest_core.c
1685
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_WRITE_COREDUMP,
drivers/virt/vboxguest/vboxguest_core.c
1785
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_MOUSE_STATUS,
drivers/virt/vboxguest/vboxguest_core.c
182
req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO,
drivers/virt/vboxguest/vboxguest_core.c
184
req2 = vbg_req_alloc(sizeof(*req2), VMMDEVREQ_REPORT_GUEST_INFO2,
drivers/virt/vboxguest/vboxguest_core.c
243
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_REPORT_GUEST_STATUS,
drivers/virt/vboxguest/vboxguest_core.c
441
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_HEARTBEAT_CONFIGURE,
drivers/virt/vboxguest/vboxguest_core.c
476
gdev->guest_heartbeat_req = vbg_req_alloc(
drivers/virt/vboxguest/vboxguest_core.c
55
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HYPERVISOR_INFO,
drivers/virt/vboxguest/vboxguest_core.c
554
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK,
drivers/virt/vboxguest/vboxguest_core.c
600
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK,
drivers/virt/vboxguest/vboxguest_core.c
663
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES,
drivers/virt/vboxguest/vboxguest_core.c
704
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES,
drivers/virt/vboxguest/vboxguest_core.c
900
req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HOST_VERSION,
drivers/virt/vboxguest/vboxguest_core.c
960
vbg_req_alloc(sizeof(*gdev->mem_balloon.get_req),
drivers/virt/vboxguest/vboxguest_core.c
964
vbg_req_alloc(sizeof(*gdev->mem_balloon.change_req),
drivers/virt/vboxguest/vboxguest_core.c
968
vbg_req_alloc(sizeof(*(gdev->cancel_req)),
drivers/virt/vboxguest/vboxguest_core.c
972
vbg_req_alloc(sizeof(*gdev->ack_events_req),
drivers/virt/vboxguest/vboxguest_core.c
976
vbg_req_alloc(sizeof(*gdev->mouse_status_req),
drivers/virt/vboxguest/vboxguest_core.h
205
void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
drivers/virt/vboxguest/vboxguest_linux.c
140
buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT,
drivers/virt/vboxguest/vboxguest_utils.c
132
hgcm_connect = vbg_req_alloc(sizeof(*hgcm_connect),
drivers/virt/vboxguest/vboxguest_utils.c
165
hgcm_disconnect = vbg_req_alloc(sizeof(*hgcm_disconnect),
drivers/virt/vboxguest/vboxguest_utils.c
639
call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor);