Home
last modified time | relevance | path

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

/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c244 * @parm_count: Number of function call parameters.
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()
381 * @parm_count: Number of function call parameters.
387 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
391 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
398 call->parm_count = parm_count; in hgcm_call_init_call()
400 for (i = 0; i < parm_count; in hgcm_call_init_call()
568 hgcm_call_copy_back_result(const struct vmmdev_hgcm_call * call,struct vmmdev_hgcm_function_parameter * dst_parm,u32 parm_count,void ** bounce_bufs) hgcm_call_copy_back_result() argument
618 vbg_hgcm_call(struct vbg_dev * gdev,u32 requestor,u32 client_id,u32 function,u32 timeout_ms,struct vmmdev_hgcm_function_parameter * parms,u32 parm_count,int * vbox_status) vbg_hgcm_call() argument
674 vbg_hgcm_call32(struct vbg_dev * gdev,u32 requestor,u32 client_id,u32 function,u32 timeout_ms,struct vmmdev_hgcm_function_parameter32 * parm32,u32 parm_count,int * vbox_status) vbg_hgcm_call32() argument
[all...]
H A Dvboxguest_core.h212 u32 parm_count, int *vbox_status);
H 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()
H A Dvmmdev.h431 u32 parm_count; member
/linux/include/linux/
H A Dvbox_utils.h37 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
/linux/include/uapi/linux/
H A Dvboxguest.h168 __u16 parm_count; member
171 * struct hgcm_function_parameter<32|64> parms[parm_count]
/linux/fs/smb/client/
H A Dcifssmb.c3519 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3538 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact()
3547 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact()
3558 } else if (parm_count + data_count > bcc) { in validate_ntransact()
3563 *pparmlen = parm_count; in validate_ntransact()