Home
last modified time | relevance | path

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

/drivers/virt/vboxguest/
A Dvboxguest_utils.c253 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument
259 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
269 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
387 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
398 call->parm_count = parm_count; in hgcm_call_init_call()
568 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
661 for (i = 0; i < parm_count; i++) in vbg_hgcm_call()
674 u32 parm_count, int *vbox_status) in vbg_hgcm_call32() argument
686 for (i = 0; i < parm_count; i++) { in vbg_hgcm_call32()
715 parm64, parm_count, vbox_status); in vbg_hgcm_call32()
[all …]
A Dvboxguest_core.c1507 if (call->parm_count > VMMDEV_HGCM_MAX_PARMS) in vbg_ioctl_hgcm_call()
1516 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1519 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1533 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1540 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1563 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
1568 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
A Dvboxguest_core.h212 u32 parm_count, int *vbox_status);
A Dvmmdev.h431 u32 parm_count; member

Completed in 19 milliseconds