Symbol: vmci_id
sys/dev/vmware/vmci/vmci_call_defs.h
154
vmci_id context_id; /* 4 bytes. */
sys/dev/vmware/vmci/vmci_call_defs.h
162
vmci_id peer_id;
sys/dev/vmware/vmci/vmci_call_defs.h
229
vmci_id peer; /* 32bit field. */
sys/dev/vmware/vmci/vmci_datagram.c
127
datagram_create_hnd(vmci_id resource_id, uint32_t flags,
sys/dev/vmware/vmci/vmci_datagram.c
133
vmci_id context_id;
sys/dev/vmware/vmci/vmci_datagram.c
217
vmci_datagram_create_handle(vmci_id resource_id, uint32_t flags,
sys/dev/vmware/vmci/vmci_datagram.c
253
vmci_datagram_create_handle_priv(vmci_id resource_id, uint32_t flags,
sys/dev/vmware/vmci/vmci_datagram.c
341
vmci_datagram_get_priv_flags_int(vmci_id context_id, struct vmci_handle handle,
sys/dev/vmware/vmci/vmci_datagram.c
39
static int vmci_datagram_get_priv_flags_int(vmci_id contextID,
sys/dev/vmware/vmci/vmci_datagram.c
483
vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg)
sys/dev/vmware/vmci/vmci_datagram.h
15
int vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg);
sys/dev/vmware/vmci/vmci_defs.h
131
vmci_id begin; /* Beginning of range. */
sys/dev/vmware/vmci/vmci_defs.h
132
vmci_id end; /* End of range. */
sys/dev/vmware/vmci/vmci_defs.h
136
vmci_id context;
sys/dev/vmware/vmci/vmci_defs.h
137
vmci_id resource;
sys/dev/vmware/vmci/vmci_defs.h
141
VMCI_MAKE_HANDLE(vmci_id cid, vmci_id rid)
sys/dev/vmware/vmci/vmci_doorbell.c
408
vmci_id resource_id;
sys/dev/vmware/vmci/vmci_doorbell.c
450
vmci_id resource_id;
sys/dev/vmware/vmci/vmci_doorbell.c
518
vmci_id context_id;
sys/dev/vmware/vmci/vmci_doorbell.c
521
vmci_id resource_id = vmci_resource_get_id(context_id);
sys/dev/vmware/vmci/vmci_doorbell.h
19
int vmci_doorbell_host_context_notify(vmci_id src_CID,
sys/dev/vmware/vmci/vmci_driver.c
21
static vmci_id ctx_update_sub_id = VMCI_INVALID_ID;
sys/dev/vmware/vmci/vmci_driver.c
386
vmci_id
sys/dev/vmware/vmci/vmci_driver.c
41
vmci_util_cid_update(vmci_id sub_id, struct vmci_event_data *event_data,
sys/dev/vmware/vmci/vmci_event.c
21
vmci_id id;
sys/dev/vmware/vmci/vmci_event.c
273
vmci_event_find(vmci_id sub_id)
sys/dev/vmware/vmci/vmci_event.c
31
static struct vmci_subscription *vmci_event_find(vmci_id sub_id);
sys/dev/vmware/vmci/vmci_event.c
37
vmci_id sub_id);
sys/dev/vmware/vmci/vmci_event.c
502
static vmci_id subscription_id = 0;
sys/dev/vmware/vmci/vmci_event.c
590
vmci_event_unregister_subscription(vmci_id sub_id)
sys/dev/vmware/vmci/vmci_event.c
638
void *callback_data, vmci_id *subscription_id)
sys/dev/vmware/vmci/vmci_event.c
682
vmci_event_unsubscribe(vmci_id sub_id)
sys/dev/vmware/vmci/vmci_kernel_api_1.h
31
vmci_id vmci_get_context_id(void);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
34
typedef void (*vmci_event_cb)(vmci_id sub_id, struct vmci_event_data *ed,
sys/dev/vmware/vmci/vmci_kernel_api_1.h
38
void *callback_data, vmci_id *sub_id);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
39
int vmci_event_unsubscribe(vmci_id sub_id);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
45
uint64_t produce_q_size, uint64_t consume_q_size, vmci_id peer,
sys/dev/vmware/vmci/vmci_qpair.c
145
uint64_t produce_q_size, uint64_t consume_q_size, vmci_id peer,
sys/dev/vmware/vmci/vmci_qpair.c
31
vmci_id peer;
sys/dev/vmware/vmci/vmci_queue_pair.c
22
vmci_id peer;
sys/dev/vmware/vmci/vmci_queue_pair.c
410
qp_guest_endpoint_create(struct vmci_handle handle, vmci_id peer,
sys/dev/vmware/vmci/vmci_queue_pair.c
415
static vmci_id queue_pair_rid;
sys/dev/vmware/vmci/vmci_queue_pair.c
425
vmci_id context_id = vmci_get_context_id();
sys/dev/vmware/vmci/vmci_queue_pair.c
426
vmci_id old_rid = queue_pair_rid;
sys/dev/vmware/vmci/vmci_queue_pair.c
578
struct vmci_queue **consume_q, uint64_t consume_size, vmci_id peer,
sys/dev/vmware/vmci/vmci_queue_pair.c
61
struct vmci_handle handle, vmci_id peer, uint32_t flags,
sys/dev/vmware/vmci/vmci_queue_pair.c
684
vmci_id context_id = vmci_get_context_id();
sys/dev/vmware/vmci/vmci_queue_pair.c
70
vmci_id peer, uint32_t flags,
sys/dev/vmware/vmci/vmci_queue_pair.c
919
vmci_id context_id;
sys/dev/vmware/vmci/vmci_queue_pair.c
95
vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags)
sys/dev/vmware/vmci/vmci_queue_pair.h
23
vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags);
sys/dev/vmware/vmci/vmci_resource.c
108
vmci_id
sys/dev/vmware/vmci/vmci_resource.c
109
vmci_resource_get_id(vmci_id context_id)
sys/dev/vmware/vmci/vmci_resource.c
111
vmci_id current_rid;
sys/dev/vmware/vmci/vmci_resource.c
112
vmci_id old_rid;
sys/dev/vmware/vmci/vmci_resource.h
42
vmci_id vmci_resource_get_id(vmci_id context_id);
sys/dev/vmware/vmci/vmci_utils.h
30
vmci_hash_id(vmci_id id, unsigned size)