Searched refs:vbg_req_alloc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/virt/vboxguest/ |
| D | vboxguest_core.c | 51 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HYPERVISOR_INFO); in vbg_guest_mappings_init() 138 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_HYPERVISOR_INFO); in vbg_guest_mappings_exit() 175 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO); in vbg_report_guest_info() 176 req2 = vbg_req_alloc(sizeof(*req2), VMMDEVREQ_REPORT_GUEST_INFO2); in vbg_report_guest_info() 233 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_REPORT_GUEST_STATUS); in vbg_report_driver_status() 426 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_HEARTBEAT_CONFIGURE); in vbg_heartbeat_host_config() 458 gdev->guest_heartbeat_req = vbg_req_alloc( in vbg_heartbeat_init() 531 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK); in vbg_reset_host_event_filter() 571 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK); in vbg_set_session_event_filter() 630 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES); in vbg_reset_host_capabilities() [all …]
|
| D | vboxguest_utils.c | 65 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type) in vbg_req_alloc() function 129 hgcm_connect = vbg_req_alloc(sizeof(*hgcm_connect), in vbg_hgcm_connect() 161 hgcm_disconnect = vbg_req_alloc(sizeof(*hgcm_disconnect), in vbg_hgcm_disconnect() 618 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL); in vbg_hgcm_call()
|
| D | vboxguest_core.h | 175 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type);
|
| D | vboxguest_linux.c | 118 buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT); in vbg_misc_device_ioctl()
|