Lines Matching refs:rc2
753 int rc2 = vbox_read_prop(pCtx->uClientId,
757 if ( RT_FAILURE(rc2)
758 && rc2 != VERR_NOT_FOUND)
759 vboxGreeterError("cb_check_creds: getting wait abort message failed with rc=%Rrc\n", rc2);
796 int rc2 = vbox_read_prop(pCtx->uClientId,
800 if ( RT_FAILURE(rc2)
801 && rc2 != VERR_NOT_FOUND)
802 vboxGreeterError("cb_check_creds: getting wait timeout message failed with rc=%Rrc\n", rc2);
1053 int rc2 = vbox_read_prop(uClientId,
1057 if ( RT_SUCCESS(rc2)
1063 rc2 = vbox_read_prop(uClientId,
1067 if ( RT_SUCCESS(rc2)
1075 rc2 = vbox_read_prop(uClientId,
1079 if (RT_SUCCESS(rc2))
1092 rc2 = vbox_read_prop(uClientId,
1096 if ( RT_SUCCESS(rc2)
1106 rc2 = vbox_read_prop(uClientId,
1110 if (RT_SUCCESS(rc2))
1120 rc2 = vbox_read_prop(uClientId,
1124 if (RT_SUCCESS(rc2))
1132 rc2 = vbox_read_prop(uClientId,
1136 if (RT_SUCCESS(rc2))
1144 rc2 = vbox_read_prop(uClientId,
1148 if (RT_SUCCESS(rc2))
1162 int rc2 = Fl::scheme("plastic");
1163 if (!rc2)
1372 rc2 = vbox_read_prop(uClientId,
1376 if (RT_SUCCESS(rc2))
1379 rc2 = vbox_read_prop(uClientId,
1383 if (RT_SUCCESS(rc2))
1397 rc2 = vbox_read_prop(uClientId,
1401 if (RT_SUCCESS(rc2))
1422 rc2 = vboxGreeterCheckCreds(&ctx);
1423 if (rc2 == VERR_NOT_FOUND)
1481 rc2 = VbglR3GuestPropDisconnect(uClientId);
1482 AssertRC(rc2);