Searched refs:PVBOXGUESTDEVEXT (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h242 typedef VBOXGUESTDEVEXT *PVBOXGUESTDEVEXT; typedef
268 PVBOXGUESTDEVEXT pDevExt;
316 int VbgdCommonInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, void *pvMMIOBase, uint32_t cbMMIO,
318 bool VbgdCommonISR(PVBOXGUESTDEVEXT pDevExt);
319 void VbgdCommonDeleteDevExt(PVBOXGUESTDEVEXT pDevExt);
320 int VbgdCommonReinitDevExtAfterHibernation(PVBOXGUESTDEVEXT pDevExt, VBOXOSTYPE enmOSType);
322 void VbgdCommonWaitDoWakeUps(PVBOXGUESTDEVEXT pDevExt);
325 int VbgdCommonCreateUserSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession);
326 int VbgdCommonCreateKernelSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession);
327 void VbgdCommonCloseSession(PVBOXGUESTDEVEXT pDevEx
[all...]
H A DVBoxGuest.cpp74 static int vbgdIoCtl_CancelAllWaitEvents(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
76 static uint32_t vbgdGetAllowedEventMaskForSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
77 static int vbgdResetEventFilterOnHost(PVBOXGUESTDEVEXT pDevExt, uint32_t fFixedEvents);
78 static int vbgdResetMouseStatusOnHost(PVBOXGUESTDEVEXT pDevExt);
79 static int vbgdResetCapabilitiesOnHost(PVBOXGUESTDEVEXT pDevExt);
80 static int vbgdSetSessionEventFilter(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
82 static int vbgdSetSessionMouseStatus(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
84 static int vbgdSetSessionCapabilities(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
86 static int vbgdAcquireSessionCapabilities(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession, uint32_t fOrMask,
88 static int vbgdDispatchEventsLocked(PVBOXGUESTDEVEXT pDevEx
[all...]
H A DVBoxGuest-haiku.h184 int (*_VbgdCommonIoCtl)(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
186 int (*_VbgdCommonCreateUserSession)(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession);
187 void (*_VbgdCommonCloseSession)(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
H A DVBoxGuest-haiku-stubs.c341 int VbgdCommonIoCtl(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession, void *pvData, size_t cbData, size_t *pcbDataReturned)
345 int VbgdCommonCreateUserSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION *ppSession)
349 void VbgdCommonCloseSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession)
H A DVBoxGuest-haiku.c313 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-freebsd.c444 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-os2.cpp643 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-win.cpp610 VbgdCommonDeleteDevExt((PVBOXGUESTDEVEXT)pDrvObj->DeviceObject->DeviceExtension);
1021 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-darwin.cpp619 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-linux.c908 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
H A DVBoxGuest-solaris.c903 void VbgdNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)

Completed in 67 milliseconds