Home
last modified time | relevance | path

Searched refs:vbg_req_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.c56 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HYPERVISOR_INFO, in vbg_guest_mappings_init()
144 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_HYPERVISOR_INFO, in vbg_guest_mappings_exit()
182 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO, in vbg_report_guest_info()
469 gdev->guest_heartbeat_req = vbg_req_alloc( in vbg_heartbeat_init()
878 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HOST_VERSION, in vbg_query_host_version()
939 vbg_req_alloc(sizeof(*gdev->mem_balloon.get_req), in vbg_core_init()
943 vbg_req_alloc(sizeof(*gdev->mem_balloon.change_req), in vbg_core_init()
947 vbg_req_alloc(sizeof(*(gdev->cancel_req)), in vbg_core_init()
951 vbg_req_alloc(sizeof(*gdev->ack_events_req), in vbg_core_init()
955 vbg_req_alloc(sizeof(*gdev->mouse_status_req), in vbg_core_init()
[all …]
H A Dvboxguest_utils.c67 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type, in vbg_req_alloc() function
132 hgcm_connect = vbg_req_alloc(sizeof(*hgcm_connect), in vbg_hgcm_connect()
165 hgcm_disconnect = vbg_req_alloc(sizeof(*hgcm_disconnect), in vbg_hgcm_disconnect()
630 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
H A Dvboxguest_core.h205 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
H A Dvboxguest_linux.c138 buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT, in vbg_misc_device_ioctl()