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

/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp685 int procRc = VINF_SUCCESS; local
742 procRc = dataCb.uFlags; /* mFlags contains the IPRT error sent from the guest. */
756 LogFlowThisFunc(("Got rc=%Rrc, procSts=%RU32, procRc=%Rrc\n",
757 vrc, procStatus, procRc));
760 int rc2 = i_setProcessStatus(procStatus, procRc);
914 int GuestProcess::i_setProcessStatus(ProcessStatus_T procStatus, int procRc) argument
920 LogFlowThisFunc(("oldStatus=%RU32, newStatus=%RU32, procRc=%Rrc\n",
921 mData.mStatus, procStatus, procRc));
925 AssertMsg(RT_FAILURE(procRc), ("Guest rc must be an error (%Rrc)\n", procRc)); local
931 AssertMsg(RT_SUCCESS(procRc), ("Guest rc must not be an error (%Rrc)\\n", procRc)); local
[all...]

Completed in 293 milliseconds