Symbol: vmci_make_handle
drivers/misc/vmw_vmci/vmci_context.c
207
vmci_make_handle(context_id, VMCI_EVENT_HANDLER);
drivers/misc/vmw_vmci/vmci_context.c
238
vmci_make_handle(sub_ctx->cid,
drivers/misc/vmw_vmci/vmci_context.c
251
ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_context.c
322
vmci_make_handle
drivers/misc/vmw_vmci/vmci_context.c
608
notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER);
drivers/misc/vmw_vmci/vmci_context.c
655
handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER);
drivers/misc/vmw_vmci/vmci_datagram.c
72
handle = vmci_make_handle(context_id, resource_id);
drivers/misc/vmw_vmci/vmci_doorbell.c
233
link_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_doorbell.c
251
unlink_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_doorbell.c
314
bitmap_set_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_doorbell.c
421
new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID);
drivers/misc/vmw_vmci/vmci_guest.c
272
check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_guest.c
93
vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_queue_pair.c
1472
ev.msg.hdr.dst = vmci_make_handle(peer_id, VMCI_EVENT_HANDLER);
drivers/misc/vmw_vmci/vmci_queue_pair.c
1473
ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_queue_pair.c
1788
new_handle = vmci_make_handle(
drivers/misc/vmw_vmci/vmci_queue_pair.c
2690
struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID);
drivers/misc/vmw_vmci/vmci_queue_pair.c
858
ev.msg.hdr.dst = vmci_make_handle(context_id, VMCI_EVENT_HANDLER);
drivers/misc/vmw_vmci/vmci_queue_pair.c
859
ev.msg.hdr.src = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_queue_pair.c
895
handle = vmci_make_handle(context_id, VMCI_INVALID_ID);
drivers/misc/vmw_vmci/vmci_queue_pair.c
962
alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_queue_pair.c
991
detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
drivers/misc/vmw_vmci/vmci_resource.c
90
handle = vmci_make_handle(context_id, current_rid);
net/vmw_vsock/vmci_transport.c
127
pkt->dg.src = vmci_make_handle(VMADDR_CID_ANY,
net/vmw_vsock/vmci_transport.c
129
pkt->dg.dst = vmci_make_handle(dst->svm_cid,
net/vmw_vsock/vmci_transport.c
1728
dg->dst = vmci_make_handle(remote_addr->svm_cid,
net/vmw_vsock/vmci_transport.c
1730
dg->src = vmci_make_handle(vsk->local_addr.svm_cid,