Searched refs:vbg_req_alloc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_core.c | 56 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() 184 req2 = vbg_req_alloc(sizeof(*req2), VMMDEVREQ_REPORT_GUEST_INFO2, in vbg_report_guest_info() 242 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_REPORT_GUEST_STATUS, in vbg_report_driver_status() 436 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_HEARTBEAT_CONFIGURE, in vbg_heartbeat_host_config() 469 gdev->guest_heartbeat_req = vbg_req_alloc( in vbg_heartbeat_init() 543 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_reset_host_event_filter() 588 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_set_session_event_filter() 649 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES, in vbg_reset_host_capabilities() [all …]
|
H A D | vboxguest_utils.c | 67 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 D | vboxguest_core.h | 205 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
|
H A D | vboxguest_linux.c | 138 buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT, in vbg_misc_device_ioctl()
|