Searched defs:VBoxGuestOS2Init (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp126 DECLASM(int) VBoxGuestOS2Init(const char *pszArgs) function
128 Log(("VBoxGuestOS2Init: pszArgs='%s' MMIO=0x%RX32 IOPort=0x%RX16 Int=%#x Bus=%#x Dev=%#x Fun=%d\n",
192 Log(("VBoxGuestOS2Init: Successfully loaded\n%s", g_szInitText));
216 RTLogBackdoorPrintf("VBoxGuestOS2Init: failed rc=%Rrc - %s", rc, &g_szInitText[0]);
329 * Called fromn VBoxGuestOS2Init to determine which OS/2 version this is.

Completed in 41 milliseconds