Searched refs:pfnStop (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientInternal.h40 DECLCALLBACKMEMBER(int, pfnStop)(void);
H A DVBoxClient.cpp172 int rcStop = (g_aServices[iServiceId].pfnStop)();
200 int rc = (g_aServices[iServiceId].pfnStop)();
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.h94 void (* pfnStop) (const VBOXSERVICEENV *pEnv, void *pInstance); member in struct:_VBOXSERVICEINFO
H A DVBoxTray.cpp160 NULL /* pfnStop */,
167 NULL /* pfnStop */,
174 NULL /* pfnStop */,
181 NULL /* pfnStop */,
195 NULL /* pfnStop */,
379 if (pCurTable->pfnStop)
380 pCurTable->pfnStop(pEnv, pCurTable->pInstance);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceInternal.h83 DECLCALLBACKMEMBER(void, pfnStop)(void);
H A DVBoxService.cpp678 * Do the pfnStop callback on all running services.
684 g_aServices[j].pDesc->pfnStop();
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogInternal.h166 DECLCALLBACKMEMBER(int, pfnStop)(void);
H A DVBoxWatchdog.cpp659 int rc2 = g_aModules[j].pDesc->pfnStop();

Completed in 65 milliseconds