Lines Matching defs:g_szVBoxErrMsg
75 char g_szVBoxErrMsg[256] = "";
97 * Wrapper for setting g_szVBoxErrMsg. Can be an empty stub.
99 * @param fAlways When 0 the g_szVBoxErrMsg is only set if empty.
106 || !g_szVBoxErrMsg[0])
110 vsnprintf(g_szVBoxErrMsg, sizeof(g_szVBoxErrMsg), pszFormat, va);
254 memset(g_szVBoxErrMsg, 0, sizeof(g_szVBoxErrMsg));
336 memset(g_szVBoxErrMsg, 0, sizeof(g_szVBoxErrMsg));