Lines Matching defs:client_id
127 u32 *client_id, int *vbox_status)
139 hgcm_connect->client_id = 0;
148 *client_id = hgcm_connect->client_id;
160 u32 client_id, int *vbox_status)
172 hgcm_disconnect->client_id = client_id;
374 * @client_id: The client ID of the caller.
381 struct vmmdev_hgcm_call *call, u32 client_id, u32 function,
392 call->client_id = client_id;
607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
636 hgcm_call_init_call(call, client_id, function, parms, parm_count,
663 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function,
705 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms,