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

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp156 unsigned int iServiceId = 0; local
159 for (iServiceId = 0; iServiceId < RT_ELEMENTS(g_aServices); iServiceId++)
161 VBoxClientVerbose(1, "Starting service: %s\n", g_aServices[iServiceId].pszName);
162 rc = (g_aServices[iServiceId].pfnStart)();
165 VBoxClientVerbose(1, "unable to start service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rc);
171 VBoxClientVerbose(1, "Stopping service: %s\n", g_aServices[iServiceId].pszName);
172 int rcStop = (g_aServices[iServiceId].pfnStop)();
174 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId]
194 unsigned int iServiceId = 0; local
[all...]

Completed in 43 milliseconds