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

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp145 int32_t lLastError; member in struct:__anon16832
352 int rc = g_HvmR0.lLastError = SUPR0EnableVTx(true /* fEnable */);
370 g_HvmR0.lLastError = RTMpOnAll(hmR0InitIntelCpu, &FirstRc, NULL);
371 if (RT_SUCCESS(g_HvmR0.lLastError))
372 g_HvmR0.lLastError = hmR0FirstRcGetStatus(&FirstRc);
374 if (RT_SUCCESS(g_HvmR0.lLastError))
466 g_HvmR0.lLastError = VERR_VMX_IN_VMX_ROOT_MODE;
483 g_HvmR0.lLastError = rc;
513 SUPR0Printf("hmR0InitIntelCpu failed with rc=%d\n", g_HvmR0.lLastError);
517 g_HvmR0.lLastError
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceClipboard-os2.cpp178 LONG lLastError = WinGetLastError(g_habCtrl); local
194 lLastError = WinGetLastError(g_habCtrl);
199 lLastError, WinGetLastError(g_habCtrl));
210 lLastError, WinGetLastError(g_habCtrl));
/vbox/src/VBox/VMM/include/
H A DHMInternal.h474 int32_t lLastError; member in struct:HM

Completed in 40 milliseconds