Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c249 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument
255 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
265 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
381 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
385 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
392 call->parm_count = parm_count; in hgcm_call_init_call()
394 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_init_call()
552 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
561 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_copy_back_result()
602 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count, in vbg_hgcm_call() argument
[all …]
Dvboxguest_core.h182 u32 parm_count, int *vbox_status);
Dvboxguest_core.c1329 if (call->parm_count > VMMDEV_HGCM_MAX_PARMS) in vbg_ioctl_hgcm_call()
1338 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1341 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1355 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1362 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1385 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
1390 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
Dvmmdev.h429 u32 parm_count; member
/Linux-v5.4/include/linux/
Dvbox_utils.h36 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
/Linux-v5.4/include/uapi/linux/
Dvboxguest.h168 __u16 parm_count; member
/Linux-v5.4/fs/cifs/
Dcifssmb.c3914 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3933 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact()
3942 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact()
3953 } else if (parm_count + data_count > bcc) { in validate_ntransact()
3958 *pparmlen = parm_count; in validate_ntransact()