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

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_event.c41 static vmci_list(vmci_subscription) subscriber_array[VMCI_EVENT_MAX];
75 for (i = 0; i < VMCI_EVENT_MAX; i++)
104 for (e = 0; e < VMCI_EVENT_MAX; e++) {
281 for (e = 0; e < VMCI_EVENT_MAX; e++) {
H A Dvmci_defs.h296 #define VMCI_EVENT_MAX 9 macro
312 (_event < VMCI_EVENT_MAX && \

Completed in 65 milliseconds