Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_core.c55 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HYPERVISOR_INFO, in vbg_guest_mappings_init()
143 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_HYPERVISOR_INFO, in vbg_guest_mappings_exit()
181 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO, in vbg_report_guest_info()
183 req2 = vbg_req_alloc(sizeof(*req2), VMMDEVREQ_REPORT_GUEST_INFO2, in vbg_report_guest_info()
241 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_REPORT_GUEST_STATUS, in vbg_report_driver_status()
435 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_HEARTBEAT_CONFIGURE, in vbg_heartbeat_host_config()
468 gdev->guest_heartbeat_req = vbg_req_alloc( in vbg_heartbeat_init()
542 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_reset_host_event_filter()
587 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_set_session_event_filter()
648 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES, in vbg_reset_host_capabilities()
[all …]
Dvboxguest_utils.c65 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type, in vbg_req_alloc() function
130 hgcm_connect = vbg_req_alloc(sizeof(*hgcm_connect), in vbg_hgcm_connect()
163 hgcm_disconnect = vbg_req_alloc(sizeof(*hgcm_disconnect), in vbg_hgcm_disconnect()
623 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
Dvboxguest_core.h175 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
Dvboxguest_linux.c137 buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT, in vbg_misc_device_ioctl()