Searched refs:rcRTR3Init (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dmessage.h133 * @param rcRTR3Init The status code returned by RTR3Init.
135 RTDECL(RTEXITCODE) RTMsgInitFailure(int rcRTR3Init);
/vbox/src/VBox/Runtime/common/misc/
H A Dmessage.cpp169 RTDECL(RTEXITCODE) RTMsgInitFailure(int rcRTR3Init) argument
175 RTStrmPrintf(g_pStdErr, "%s: fatal error: RTR3Init: %Rrc\n", &g_szrtProcExePath[g_offrtProcName], rcRTR3Init);
177 RTStrmPrintf(g_pStdErr, "fatal error: RTR3Init: %Rrc\n", rcRTR3Init);

Completed in 1068 milliseconds