Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/virt/vboxguest/
Dvboxguest_utils.c245 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument
251 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
261 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
377 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
381 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
388 call->parm_count = parm_count; in hgcm_call_init_call()
390 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_init_call()
548 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
557 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_copy_back_result()
598 u32 parm_count, int *vbox_status) in vbg_hgcm_call() argument
[all …]
Dvboxguest_core.h180 struct vmmdev_hgcm_function_parameter32 *parm32, u32 parm_count,
Dvboxguest_core.c1280 if (call->parm_count > VMMDEV_HGCM_MAX_PARMS) in vbg_ioctl_hgcm_call()
1289 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1292 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1319 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
1324 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
Dvmmdev.h427 u32 parm_count; member
/Linux-v4.19/include/linux/
Dvbox_utils.h35 u32 parm_count, int *vbox_status);
/Linux-v4.19/include/uapi/linux/
Dvboxguest.h168 __u16 parm_count; member
/Linux-v4.19/fs/cifs/
Dcifssmb.c3845 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3864 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact()
3873 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact()
3884 } else if (parm_count + data_count > bcc) { in validate_ntransact()
3889 *pparmlen = parm_count; in validate_ntransact()