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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c68 struct vboxguest_module_info *g_VBoxGuest; variable in typeref:struct:vboxguest_module_info
76 cb = g_VBoxGuest->_RTLogBackdoorPrintf(pszFormat, args);
83 return g_VBoxGuest->_RTLogBackdoorPrintfV(pszFormat, args);
87 return g_VBoxGuest->_RTLogSetDefaultInstanceThread(pLogger, uKey);
91 return g_VBoxGuest->_RTMemAllocExTag(cb, cbAlignment, fFlags, pszTag, ppv);
95 return g_VBoxGuest->_RTMemContAlloc(pPhys, cb);
99 g_VBoxGuest->_RTMemContFree(pv, cb);
103 g_VBoxGuest->_RTMemFreeEx(pv, cb);
107 return g_VBoxGuest->_RTMpIsCpuPossible(idCpu);
111 return g_VBoxGuest
[all...]
H A DVBoxGuest-haiku.h214 #define g_DevExt (g_VBoxGuest.devExt)
215 #define cUsers (g_VBoxGuest._cUsers)
216 #define sState (g_VBoxGuest._sState)
218 #define g_DevExt (g_VBoxGuest->devExt)
219 #define cUsers (g_VBoxGuest->_cUsers)
220 #define sState (g_VBoxGuest->_sState)
221 extern struct vboxguest_module_info *g_VBoxGuest;
H A DVBoxGuest-haiku.c105 static struct vboxguest_module_info g_VBoxGuest = variable in typeref:struct:vboxguest_module_info
546 (module_info *)&g_VBoxGuest,
H A DVBoxDev-haiku.c412 return get_module(MODULE_NAME, (module_info **)&g_VBoxGuest);
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp164 status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest);
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c60 int rc = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest);
95 if (get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest) != B_OK)

Completed in 2663 milliseconds