Lines Matching refs:rc2
232 int rc2 = VbglR3GetSessionId(&idNewSession);
233 if ( RT_SUCCESS(rc2)
241 rc2 = GstCntlSessionClose(&g_Session);
242 AssertRC(rc2);
246 rc2 = VbglR3GuestCtrlConnect(&g_uControlSvcClientID);
247 if (RT_SUCCESS(rc2))
280 int rc2 = VbglR3GetSessionId(&idNewSession);
281 if ( RT_SUCCESS(rc2)
289 rc2 = GstCntlSessionClose(&g_Session);
290 AssertRC(rc2);
390 int rc2 = VbglR3GuestCtrlSessionNotify(pHostCtx,
392 if (RT_FAILURE(rc2))
393 VBoxServiceError("Reporting session error status on open failed with rc=%Rrc\n", rc2);
425 int rc2 = VbglR3GuestCtrlSessionNotify(pHostCtx,
427 if (RT_FAILURE(rc2))
429 VBoxServiceError("Reporting session error status on close failed with rc=%Rrc\n", rc2);
431 rc = rc2;
478 int rc2 = GstCntlSessionThreadDestroyAll(&g_lstControlSessionThreads,
480 if (RT_FAILURE(rc2))
481 VBoxServiceError("Closing session threads failed with rc=%Rrc\n", rc2);
483 rc2 = GstCntlSessionClose(&g_Session);
484 if (RT_FAILURE(rc2))
485 VBoxServiceError("Closing session failed with rc=%Rrc\n", rc2);