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

/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFInit.cpp66 * this bit to VbglInit? It's just that it's so much simpler to do it
86 rc = VbglInit();
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DInit.cpp44 * Used by vbglQueryDriverInfo and VbglInit to try get the host feature mask and
187 DECLVBGL(int) VbglInit (VBGLIOPORT portVMMDev, VMMDevMemory *pVMMDevMemory) function
233 DECLVBGL(int) VbglInit (void) function
281 /* driver open could fail, which does not prevent VbglInit from succeeding,
H A DVBoxGuestR0LibSharedFolders.c66 rc = VbglInit ();
/vbox/src/VBox/Additions/solaris/Mouse/testcase/
H A Dsolaris.h353 #define VbglInit(...) VINF_SUCCESS macro
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp335 int rc = VbglInit();
/vbox/include/VBox/
H A DVBoxGuestLib.h106 DECLVBGL(int) VbglInit (VBGLIOPORT portVMMDev, struct VMMDevMemory *pVMMDevMemory);
116 DECLVBGL(int) VbglInit (void);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp132 rc = VbglInit();
/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c471 rc = VbglInit();
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp1046 rc = VbglInit(pDevExt->IOPortBase, (VMMDevMemory *)pDevExt->pVMMDevMemory);
1105 LogRel(("VbgdCommonInitDevExt: VbglInit failed: rc=%Rrc\n", rc));
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp2139 int rcVBox = VbglInit();
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp7434 int rc = VbglInit();
7564 WARN(("VbglInit failed, rc(%d)", rc));

Completed in 152 milliseconds