Lines Matching defs:parm_count
244 * @parm_count: Number of function call parameters.
251 u32 parm_count, void ***bounce_bufs_ret, size_t *extra)
257 for (i = 0; i < parm_count; i++, src_parm++) {
267 bounce_bufs = kcalloc(parm_count,
377 * @parm_count: Number of function call parameters.
383 u32 parm_count, void **bounce_bufs)
387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call;
394 call->parm_count = parm_count;
396 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) {
553 * @parm_count: Number of function call parameters.
559 u32 parm_count, void **bounce_bufs)
568 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) {
609 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
619 parm_count * sizeof(struct vmmdev_hgcm_function_parameter);
624 ret = hgcm_call_preprocess(parms, parm_count, &bounce_bufs, &size);
636 hgcm_call_init_call(call, client_id, function, parms, parm_count,
643 ret = hgcm_call_copy_back_result(call, parms, parm_count,
652 for (i = 0; i < parm_count; i++)
665 u32 parm_count, int *vbox_status)
672 size = parm_count * sizeof(struct vmmdev_hgcm_function_parameter);
677 for (i = 0; i < parm_count; i++) {
706 parm64, parm_count, vbox_status);
711 for (i = 0; i < parm_count; i++, parm32++, parm64++) {