Searched defs:PVBOXGUESTDEVEXT (Results 1 - 1 of 1) 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...]

Completed in 43 milliseconds