Lines Matching refs:rc2
110 int rc2 = hlpShowBalloonTip(ghInstance, ghwndToolWindow, ID_TRAYICON,
115 ipcMsg.uType, ipcMsg.uShowMS, rc2));
153 int rc2 = RTLocalIpcSessionWrite(pSession->hSession, &ipcRes, sizeof(ipcRes));
155 rc = rc2;
246 int rc2 = RTLocalIpcServerCancel(pCtx->hServer);
247 if (RT_FAILURE(rc2))
248 LogFlowFunc(("Cancelling current listening call failed with rc=%Rrc\n", rc2));
258 int rc2 = vboxIPCSessionStop(pSession);
259 if (RT_FAILURE(rc2))
262 pSession, rc2));
287 int rc2 = RTCritSectLeave(&pCtx->CritSect);
289 rc = rc2;
298 int rc2 = RTCritSectEnter(&pCtx->CritSect);
299 if (RT_SUCCESS(rc2))
302 rc2 = RTCritSectLeave(&pCtx->CritSect);
308 if (RT_FAILURE(rc2))
318 int rc2 = RTCritSectDelete(&pCtx->CritSect);
320 rc = rc2;
438 int rc2 = RTLocalIpcSessionClose(hSession);
439 if (RT_FAILURE(rc2))
440 LogFlowFunc(("Session %p: Failed closing session %p, rc=%Rrc\n", pThis, rc2));
447 rc2 = RTCritSectEnter(&pCtx->CritSect);
448 if (RT_SUCCESS(rc2))
453 rc2 = RTCritSectLeave(&pCtx->CritSect);
455 rc = rc2;
495 int rc2 = RTLocalIpcSessionClose(hSession);
496 if (RT_FAILURE(rc2))
497 LogFlowFunc(("Failed closing session %p, rc=%Rrc\n", pSession, rc2));
506 int rc2 = RTCritSectLeave(&pCtx->CritSect);
507 AssertRC(rc2);