Searched refs:VBOXGUEST_IOCTL_CHANGE_BALLOON (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibBalloon.cpp68 return vbglR3DoIOCtl(VBOXGUEST_IOCTL_CHANGE_BALLOON, &Info, sizeof(Info));
/vbox/include/VBox/
H A DVBoxGuest.h292 * responsible for allocating memory and calling R0 (VBOXGUEST_IOCTL_CHANGE_BALLOON). */
311 #define VBOXGUEST_IOCTL_CHANGE_BALLOON VBOXGUEST_IOCTL_CODE_(8, sizeof(VBoxGuestChangeBalloonInfo)) macro
313 /** Input buffer layout of the VBOXGUEST_IOCTL_CHANGE_BALLOON request.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp2367 LogFlow(("VBOXGUEST_IOCTL_CHANGE_BALLOON: fInflate=%RTbool u64ChunkAddr=%#RX64\n", pInfo->fInflate, pInfo->u64ChunkAddr));
3508 case VBOXGUEST_IOCTL_CHANGE_BALLOON:

Completed in 51 milliseconds