Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvbox_utils.h35 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c616 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() function
668 EXPORT_SYMBOL(vbg_hgcm_call);
714 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()
H A Dvboxguest_core.c1565 ret = vbg_hgcm_call(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_call()
/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c62 err = vbg_hgcm_call(gdev, SHFL_REQUEST, vboxsf_client_id, function, in vboxsf_call()