Lines Matching defs:VBoxClientVerbose
110 void VBoxClientVerbose(int iLevel, const char *pszFormat, ...)
158 VBoxClientVerbose(1, "Starting services...\n");
161 VBoxClientVerbose(1, "Starting service: %s\n", g_aServices[iServiceId].pszName);
165 VBoxClientVerbose(1, "unable to start service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rc);
166 VBoxClientVerbose(1, "Rolling back..\n");
171 VBoxClientVerbose(1, "Stopping service: %s\n", g_aServices[iServiceId].pszName);
174 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rcStop);
182 VBoxClientVerbose(1, "Services start completed.\n");
196 VBoxClientVerbose(1, "Stopping services...\n");
199 VBoxClientVerbose(1, "Stopping service: %s\n", g_aServices[iServiceId].pszName);
202 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rc);
204 VBoxClientVerbose(1, "Services stop completed\n");