Searched refs:parm_count (Results 1 – 4 of 4) sorted by relevance
| /drivers/virt/vboxguest/ |
| A D | vboxguest_utils.c | 253 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 D | vboxguest_core.c | 1507 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 D | vboxguest_core.h | 212 u32 parm_count, int *vbox_status);
|
| A D | vmmdev.h | 431 u32 parm_count; member
|
Completed in 19 milliseconds