Searched refs:VBOXGUEST_IOCTL_SET_MOUSE_STATUS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibMouse.cpp75 return vbglR3DoIOCtl(VBOXGUEST_IOCTL_SET_MOUSE_STATUS, &fFeatures,
H A DMouse.cpp114 return vbglDriverIOCtl(pDriver, VBOXGUEST_IOCTL_SET_MOUSE_STATUS,
/vbox/include/VBox/
H A DVBoxGuest16.h48 #define VBOXGUEST_IOCTL_SET_MOUSE_STATUS 10 macro
H A DVBoxGuest.h339 # define VBOXGUEST_IOCTL_SET_MOUSE_STATUS VBOXGUEST_IOCTL_CODE_(10, sizeof(uint32_t)) macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-linux.c388 return VbgdCommonIoCtl(VBOXGUEST_IOCTL_SET_MOUSE_STATUS, &g_DevExt,
H A DVBoxGuest.cpp2735 * This is called in response to VBOXGUEST_IOCTL_SET_MOUSE_STATUS as well as to
2846 LogFlow(("VBOXGUEST_IOCTL_SET_MOUSE_STATUS: features=%#x\n", fFeatures));
3518 case VBOXGUEST_IOCTL_SET_MOUSE_STATUS:

Completed in 64 milliseconds