Home
last modified time | relevance | path

Searched refs:VMCI_EVENT_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_event.c39 static vmci_list(vmci_subscription) subscriber_array[VMCI_EVENT_MAX];
73 for (i = 0; i < VMCI_EVENT_MAX; i++) in vmci_event_init()
102 for (e = 0; e < VMCI_EVENT_MAX; e++) { in vmci_event_exit()
278 for (e = 0; e < VMCI_EVENT_MAX; e++) { in vmci_event_find()
H A Dvmci_defs.h294 #define VMCI_EVENT_MAX 9 macro
310 (_event < VMCI_EVENT_MAX && \