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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceBalloon.cpp161 static int VBoxServiceBalloonSetUser(uint32_t cNewChunks) function
166 VBoxServiceVerbose(3, "VBoxServiceBalloonSetUser: cNewChunks=%u g_cMemBalloonChunks=%u\n", cNewChunks, g_cMemBalloonChunks);
199 VBoxServiceVerbose(3, "VBoxServiceBalloonSetUser: inflation complete. chunks=%u rc=%d\n", i, rc);
221 VBoxServiceVerbose(3, "VBoxServiceBalloonSetUser: deflation complete. chunks=%u rc=%d\n", i, rc);
250 rc = VBoxServiceBalloonSetUser(cNewChunks);
332 rc = VBoxServiceBalloonSetUser(cNewChunks);

Completed in 69 milliseconds