Home
last modified time | relevance | path

Searched refs:parm_count (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/virt/vboxguest/
H A Dvboxguest_utils.c244 * @parm_count: Number of function call parameters.
251 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess()
257 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
267 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
377 * @parm_count: Number of function call parameters.
383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call()
387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
394 call->parm_count = parm_count; in hgcm_call_init_call()
396 for (i = 0; i < parm_count; in hgcm_call_init_call()
249 hgcm_call_preprocess( const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void ***bounce_bufs_ret, size_t *extra) hgcm_call_preprocess() argument
380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument
556 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
607 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
662 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 Dvmmdev.h431 u32 parm_count; member
H A Dvboxguest_core.c1481 if (call->parm_count > VMMDEV_HGCM_MAX_PARMS) in vbg_ioctl_hgcm_call()
1490 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1493 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1507 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1514 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1537 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
1542 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
/kernel/linux/linux-6.6/drivers/virt/vboxguest/
H A Dvboxguest_utils.c244 * @parm_count: Number of function call parameters.
251 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess()
257 for (i = 0; i < parm_count; i++, src_parm++) { in hgcm_call_preprocess()
267 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
377 * @parm_count: Number of function call parameters.
383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call()
387 u32 i, off_extra = (uintptr_t)(dst_parm + parm_count) - (uintptr_t)call; in hgcm_call_init_call()
394 call->parm_count = parm_count; in hgcm_call_init_call()
396 for (i = 0; i < parm_count; in hgcm_call_init_call()
249 hgcm_call_preprocess( const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void ***bounce_bufs_ret, size_t *extra) hgcm_call_preprocess() argument
380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument
556 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
607 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
662 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 Dvmmdev.h431 u32 parm_count; member
H A Dvboxguest_core.c1481 if (call->parm_count > VMMDEV_HGCM_MAX_PARMS) in vbg_ioctl_hgcm_call()
1490 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1493 actual_size += call->parm_count * in vbg_ioctl_hgcm_call()
1507 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1514 for (i = 0; i < call->parm_count; i++) in vbg_ioctl_hgcm_call()
1537 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
1542 call->parm_count, &call->hdr.rc); in vbg_ioctl_hgcm_call()
/kernel/linux/linux-5.10/include/linux/
H A Dvbox_utils.h37 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
/kernel/linux/linux-6.6/include/linux/
H A Dvbox_utils.h37 struct vmmdev_hgcm_function_parameter *parms, u32 parm_count,
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvboxguest.h168 __u16 parm_count; member
171 * struct hgcm_function_parameter<32|64> parms[parm_count]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvboxguest.h168 __u16 parm_count; member
171 * struct hgcm_function_parameter<32|64> parms[parm_count]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvboxguest.h85 __u16 parm_count; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvboxguest.h85 __u16 parm_count; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvboxguest.h102 __u16 parm_count; member
/kernel/linux/linux-5.10/fs/vboxsf/
H A Dvboxsf_wrappers.c53 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()
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dvboxsf_wrappers.c53 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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifssmb.c3841 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3860 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact()
3869 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact()
3880 } else if (parm_count + data_count > bcc) { in validate_ntransact()
3885 *pparmlen = parm_count; in validate_ntransact()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifssmb.c3327 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3346 parm_count = le32_to_cpu(pSMBr->ParameterCount); in validate_ntransact()
3355 } else if (parm_count + *ppparm > end_of_smb) { in validate_ntransact()
3366 } else if (parm_count + data_count > bcc) { in validate_ntransact()
3371 *pparmlen = parm_count; in validate_ntransact()

Completed in 27 milliseconds