Searched refs:PVBOXWATCHDOG_MACHINE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogInternal.h97 } VBOXWATCHDOG_MACHINE, *PVBOXWATCHDOG_MACHINE; typedef in typeref:struct:VBOXWATCHDOG_MACHINE
230 extern int getMetric(PVBOXWATCHDOG_MACHINE pMachine, const Bstr& strName, LONG *pulData);
231 void* payloadFrom(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule);
232 int payloadAlloc(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule, size_t cbSize, void **ppszPayload);
233 void payloadFree(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule);
235 PVBOXWATCHDOG_MACHINE getMachine(const Bstr& strUuid);
236 MachineState_T getMachineState(const PVBOXWATCHDOG_MACHINE pMachine);
H A DVBoxWatchdogUtils.cpp69 int getMetric(PVBOXWATCHDOG_MACHINE pMachine, const Bstr& strName, LONG *pulData)
142 void* payloadFrom(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule)
153 int payloadAlloc(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule,
178 void payloadFree(PVBOXWATCHDOG_MACHINE pMachine, const char *pszModule)
191 PVBOXWATCHDOG_MACHINE getMachine(const Bstr& strUuid)
199 MachineState_T getMachineState(const PVBOXWATCHDOG_MACHINE pMachine)
H A DVBoxModBallooning.cpp214 static bool balloonIsRequired(PVBOXWATCHDOG_MACHINE pMachine)
236 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
285 static int balloonMachineUpdate(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine)
509 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
523 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
534 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
H A DVBoxModAPIMonitor.cpp181 static int apimonMachineControl(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine,
317 static bool apimonHandleVM(const PVBOXWATCHDOG_MACHINE pMachine)

Completed in 1112 milliseconds