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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemMutex.cpp51 int PrintError(const char *pszFormat, ...) function
73 PrintError("%x: RTSemMutexRequestNoResume failed with %Rrc\n", rc);
78 PrintError("g_cbConcurrent=%d after request!\n", g_cbConcurrent);
95 PrintError("g_cbConcurrent=%d before release!\n", g_cbConcurrent);
101 PrintError("%x: RTSemMutexRelease failed with %Rrc\n", rc);
130 return PrintError("RTSemMutexCreate failed (rc=%Rrc)\n", rc);
137 return PrintError("RTSemMutexRequest failed (rc=%Rrc)\n", rc);
144 return PrintError("RTThreadCreate failed for thread %u (rc=%Rrc)\n", i, rc);
154 PrintError("RTSemMutexRelease failed (rc=%Rrc)\n", rc);
163 PrintError("RTThreadWai
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c76 int PrintError(char *buffer, const char *message) function
92 return PrintError(buffer, "Incorrect command");
333 return PrintError(rs, "Incorrect UInt32 or UInt64");
337 return PrintError(rs, "Can not open input file");
340 return PrintError(rs, "Can not open output file");
365 return PrintError(rs, kCantAllocateMessage);
367 return PrintError(rs, kDataErrorMessage);
369 return PrintError(rs, kCantWriteMessage);
371 return PrintError(rs, kCantReadMessage);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp669 static void PrintError(const char *pszName, CBSTR pwszDescr, CBSTR pwszComponent=NULL) function
1411 PrintError("Failed to create VirtualBoxClient object",
1485 PrintError("The VM has errors",
1559 PrintError("Could not open VirtualBox session",
1575 PrintError("Cannot start VM!",
2213 PrintError("Failed to power up VM", info.getText().raw());
2327 PrintError("Failed to power up VM", info.getText().raw());
2365 PrintError("Failed to power up VM", info.getText().raw());
2953 PrintError("Failed to power down VM",

Completed in 43 milliseconds