Searched refs:rc3 (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dsplit-soapC.cpp61 int rc3 = fseek(pFileIn, 0, SEEK_SET); local
62 if (rc3 == -1 || rc2 == -1 || cbFileIn < 0)
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp553 int rc3 = rtSchedRunThread(rtSchedNativeValidatorThread, (void *)&g_aUnixConfigs[i]);
555 if (RT_SUCCESS(rc3))
562 rc = rc3;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp815 int rc3 = RTCritSectLeave(&pThis->CritSect); local
816 if (RT_SUCCESS(rc) && RT_SUCCESS(rc2) && RT_SUCCESS(rc3))
824 if (RT_FAILURE(rc3))
/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp372 int rc3 = emR3HmExecuteInstruction(pVM, pVCpu, "IO: ");
373 LogFlow(("emR3HmExecuteIOInstruction: %Rrc 4 (rc2=%Rrc, rc3=%Rrc)\n", VBOXSTRICTRC_VAL(rcStrict), rc2, rc3));
374 return rc3;
H A DPDMDevHlp.cpp331 int rc3 = VINF_SUCCESS; local
333 rc3 = pdmR3DevGetSymbolRCLazy(pDevIns, pszFill, &RCPtrFill);
335 if (RT_SUCCESS(rc) && RT_SUCCESS(rc2) && RT_SUCCESS(rc3))
341 AssertMsgRC(rc3, ("Failed to resolve %s.%s (pszFill)\n", pDevIns->pReg->szRCMod, pszFill));
344 if (RT_FAILURE(rc3) && RT_SUCCESS(rc))
345 rc = rc3;
383 int rc3 = VINF_SUCCESS; local
385 rc3 = pdmR3DevGetSymbolR0Lazy(pDevIns, pszFill, &pfnR0PtrFill);
386 if (RT_SUCCESS(rc) && RT_SUCCESS(rc2) && RT_SUCCESS(rc3))
392 AssertMsgRC(rc3, ("Faile
[all...]
H A DSSM.cpp2409 int rc3 = RTThreadWait(pStrm->hIoThread, RT_INDEFINITE_WAIT, NULL);
2410 AssertLogRelRC(rc3);
2428 int rc3 = RTThreadWait(pStrm->hIoThread, RT_INDEFINITE_WAIT, NULL);
2429 AssertLogRelRC(rc3);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp689 int rc3 = rtSchedCreateThread(rtSchedNativeValidatorThread, (void *)&pa[i]); local
692 rc = rc3;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp361 int rc3 = RTR0DbgKrnlInfoQuerySymbol(hKrnlInfo, NULL, "vmx_use_count", (void **)&g_pVmxUseCount); local
362 if (RT_SUCCESS(rc1) && RT_SUCCESS(rc2) && RT_SUCCESS(rc3))
369 LogRel(("VBoxDrv: failed to resolve vmx stuff: vmx_resume=%Rrc vmx_suspend=%Rrc vmx_use_count=%Rrc", rc1, rc2, rc3));
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp616 int rc3 = RTDbgModSegmentByIndex(hMod, iDbgSeg, &SegInfo); local
617 if (RT_SUCCESS(rc3) && !strcmp(SegInfo.szName, aSegs[iSeg].szName))
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1075 int rc3 = it->mParms[0].getString(&pszPatternsExisting, &cchPatternsExisting); local
1077 if ( RT_SUCCESS(rc3)
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestCtrl.cpp220 int rc3 = Msg.hdr.result; local
221 if (RT_FAILURE(rc3))
222 rc2 = rc3;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c2806 int rc3 = vboxNetFltSolarisSetupIp6Polling(pThis); local
2807 if (RT_FAILURE(rc3))
2812 LogRel((DEVICE_NAME ":vboxNetFltSolarisAttachToInterface IPv6 polling inactive. rc=%Rrc\n", rc3));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp594 int rc3 = gstcntlProcessUnlock(pProcess); local
595 AssertRC(rc3);
H A DVBoxServiceControlSession.cpp1558 int rc3 = RTCritSectEnter(&pSession->CritSect); local
1559 AssertRC(rc3);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2291 catch (HRESULT rc3)
2295 throw rc3;
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp5106 int rc3 = pgmPoolTrackInsert(pPool, pPage, GCPhys, iUser, iUserTable);
5107 if (RT_FAILURE(rc3))
5117 Log(("pgmPoolAlloc: returns %Rrc (Insert)\n", rc3));
5118 return rc3;
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6868 int rc3 = hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx); local
6869 AssertRCReturn(rc3, rc3);
10472 int rc3 = hmR0VmxAdvanceGuestRip(pVCpu, pMixedCtx, pVmxTransient); local
10473 AssertRCReturn(rc3, rc3);

Completed in 4612 milliseconds