Searched refs:parm_count (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/virt/vboxguest/ |
H 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 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; i++, src_parm++, dst_parm++) { in hgcm_call_init_call() 568 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument 577 for (i = 0; i < parm_count; i++, src_parm++, dst_parm++) { in hgcm_call_copy_back_result() 618 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count, in vbg_hgcm_call() argument [all …]
|
H 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()
|
H A D | vboxguest_core.h | 212 u32 parm_count, int *vbox_status);
|
H A D | vmmdev.h | 431 u32 parm_count; member
|
/linux/include/linux/ |
H A D | vbox_utils.h | 37 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
|
/linux/include/uapi/linux/ |
H A D | vboxguest.h | 168 __u16 parm_count; member
|
/linux/fs/vboxsf/ |
H A D | vboxsf_wrappers.c | 53 static int vboxsf_call(u32 function, void *parms, u32 parm_count, int *status) in vboxsf_call() argument 63 U32_MAX, parms, parm_count, &vbox_status); in vboxsf_call()
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 3322 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local 3341 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact() 3350 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact() 3361 } else if (parm_count + data_count > bcc) { in validate_ntransact() 3366 *pparmlen = parm_count; in validate_ntransact()
|