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

/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp46 } g_aModules[] = variable in typeref:struct:__anon16997
95 for (i = 0; i < RT_ELEMENTS(g_aModules); i++)
96 g_aModules[i].fPreload = false;
99 i = RT_ELEMENTS(g_aModules);
101 if (!strcmp(ValueUnion.psz, g_aModules[i].pszName))
103 g_aModules[i].fPreload = true;
106 if (i > RT_ELEMENTS(g_aModules))
155 for (uint32_t i = 0; i < RT_ELEMENTS(g_aModules); i++)
157 if (g_aModules[i].fPreload)
162 rc = RTPathAppend(szPath, sizeof(szPath), g_aModules[
[all...]
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp100 } g_aModules[] = variable in typeref:struct:__anon16040
219 for (unsigned j = 0; j < RT_ELEMENTS(g_aModules); j++)
220 if (g_aModules[j].fEnabled)
222 int rc2 = g_aModules[j].pDesc->pfnOnMachineStateChanged(uuid,
226 g_aModules[j].pDesc->pszName, rc);
247 for (unsigned j = 0; j < RT_ELEMENTS(g_aModules); j++)
248 if (g_aModules[j].fEnabled)
250 int rc2 = g_aModules[j].pDesc->pfnOnServiceStateChanged(RT_BOOL(fAvailable));
253 g_aModules[j].pDesc->pszName, rc2);
406 for (unsigned j = 0; j < RT_ELEMENTS(g_aModules);
[all...]

Completed in 43 milliseconds