Searched defs:g_cIntrAllocated (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c119 static size_t g_cIntrAllocated; variable
543 g_cIntrAllocated = IntrAllocated;
580 for (int k = 0; k < g_cIntrAllocated; k++)
620 for (int i = 0; i < g_cIntrAllocated; i++)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-solaris.c183 static size_t g_cIntrAllocated; variable
433 for (int i = 0; i < g_cIntrAllocated; i++)
802 g_cIntrAllocated = IntrAllocated;
836 for (int k = 0; k < g_cIntrAllocated; k++)
870 for (int i = 0; i < g_cIntrAllocated; i++)

Completed in 45 milliseconds