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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceBalloon.cpp241 bool fHandleInR3; local
244 rc = VbglR3MemBalloonRefresh(&cNewChunks, &fHandleInR3);
248 cNewChunks, fHandleInR3 ? "R3" : "R0");
249 if (fHandleInR3)
324 bool fHandleInR3; local
325 rc = VbglR3MemBalloonRefresh(&cNewChunks, &fHandleInR3);
329 cNewChunks, fHandleInR3 ? "R3" : "R0");
330 if (fHandleInR3)
336 cNewChunks, fHandleInR3 ? "R3" : "R0");
/vbox/include/VBox/
H A DVBoxGuest.h302 uint32_t fHandleInR3; member in struct:VBoxGuestCheckBalloonInfo

Completed in 416 milliseconds