Lines Matching refs:client_id
127 u32 *client_id, int *vbox_status) in vbg_hgcm_connect() argument
139 hgcm_connect->client_id = 0; in vbg_hgcm_connect()
148 *client_id = hgcm_connect->client_id; in vbg_hgcm_connect()
160 u32 client_id, int *vbox_status) in vbg_hgcm_disconnect() argument
172 hgcm_disconnect->client_id = client_id; in vbg_hgcm_disconnect()
385 struct vmmdev_hgcm_call *call, u32 client_id, u32 function, in hgcm_call_init_call() argument
396 call->client_id = client_id; in hgcm_call_init_call()
616 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument
645 hgcm_call_init_call(call, client_id, function, parms, parm_count, in vbg_hgcm_call()
672 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument
714 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()