Searched defs:szMsg (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0CommonReq.h40 char szMsg[2048]; member in struct:RTTSTR0REQ
H A DtstRTR0SemMutexDriver.cpp50 char szMsg[256]; member in struct:TSTRTR0SEMMUTEXREQ
77 Req.szMsg[0] = '\0';
82 if (Req.szMsg[0] == '!')
84 RTTestFailed(g_hTest, "%s", &Req.szMsg[1]);
87 if (Req.szMsg[0])
88 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "%s", Req.szMsg);
115 pReq->szMsg[0] = '\0';
118 if (pReq->szMsg[0] == '!')
119 return !!RTTestIFailedRc(false, "%s", &pReq->szMsg[1]);
120 if (pReq->szMsg[
[all...]
H A DtstRTLocalIpc.cpp397 char szMsg[32]; local
398 RTTEST_CHECK_BREAK(pCtx->hTest, RTStrPrintf(szMsg, sizeof(szMsg), "YayIGotRound%RU32FromTheClient", i) > 0);
401 szMsg), VINF_SUCCESS);
447 char szMsg[32]; local
448 RTTEST_CHECK_BREAK(hTest, RTStrPrintf(szMsg, sizeof(szMsg), "YayIGotRound%RU32FromTheServer", i) > 0);
451 szMsg), VINF_SUCCESS);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHostVersion.cpp51 char szMsg[256]; /* Sizes according to MSDN. */ local
56 _snprintf(szMsg, sizeof(szMsg), "Your guest is currently running the Guest Additions version %s. "
61 szMsg, szTitle,
H A DVBoxDnD.cpp1128 char szMsg[256]; /* Sizes according to MSDN. */ local
1133 RTStrPrintf(szMsg, sizeof(szMsg), "Drag and drop to the host either is not supported or disabled. "
1140 szMsg, szTitle,
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dassert-r0drv-darwin.cpp54 char szMsg[256]; local
56 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
57 szMsg[sizeof(szMsg) - 1] = '\0';
58 printf("%s", szMsg);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dassert-r0drv-freebsd.c55 char szMsg[256]; local
57 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
58 szMsg[sizeof(szMsg) - 1] = '\0';
59 printf("%s", szMsg);
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dassert-r0drv-haiku.c54 char szMsg[256]; local
56 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
57 szMsg[sizeof(szMsg) - 1] = '\0';
58 dprintf("%s", szMsg);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dassert-r0drv-linux.c55 char szMsg[256]; local
57 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
58 szMsg[sizeof(szMsg) - 1] = '\0';
59 printk(KERN_EMERG "%s", szMsg);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dassert-r0drv-nt.cpp51 char szMsg[256]; local
53 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
54 szMsg[sizeof(szMsg) - 1] = '\0';
55 DbgPrint("%s", szMsg);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dassert-r0drv-solaris.c54 char szMsg[256]; local
56 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
57 szMsg[sizeof(szMsg) - 1] = '\0';
58 uprintf("%s", szMsg);
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp281 char szMsg[sizeof(g_szRTAssertMsg2)]; local
283 RTStrPrintfV(szMsg, sizeof(szMsg), pszFormat, vaCopy);
285 fprintf(stderr, "%s", szMsg);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dhostversion.cpp170 char szMsg[1024]; local
176 RTStrPrintf(szMsg, sizeof(szMsg), "Your guest is currently running the Guest Additions version %s. "
182 RTStrPrintf(szMsg, sizeof(szMsg), "Your virtual machine is currently running the Guest Additions version %s. Since you are running a version of the Guest Additions provided by the operating system you installed in the virtual machine we recommend that you update it to at least version %s using that system's update features, or alternatively that you remove this version and then install the " VBOX_VENDOR_SHORT " Guest Additions package using the install option from the Devices menu. Please consult the documentation for the operating system you are running to find out how to update or remove the current Guest Additions package.", pszGuestVersion, pszHostVersion);
184 rc = showNotify(szTitle, szMsg);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/
H A DVBoxAppleSim.c131 CHAR8 szMsg[128]; local
132 AsciiSPrint(szMsg, sizeof(szMsg), "AppleGetVar_Unknown0: pvArg1=%p pvArg2=%p pvArg3=%p pvArg4=%p",
134 DebugAssert(__FILE__, __LINE__, szMsg);
142 CHAR8 szMsg[128]; local
143 AsciiSPrint(szMsg, sizeof(szMsg), "AppleGetVar_Unknown1: pvArg1=%p pvArg2=%p pvArg3=%p pvArg4=%p",
145 DebugAssert(__FILE__, __LINE__, szMsg);
152 CHAR8 szMsg[80]; local
153 AsciiSPrint(szMsg, sizeo
[all...]
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c616 char szMsg[256]; local
620 cch = RTStrPrintfV(szMsg, sizeof(szMsg), pszFormat, va);
623 printf("%s", szMsg);
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp75 char szMsg[RTTRACEBUF_ALIGNMENT - sizeof(uint64_t) - sizeof(RTCPUID)]; member in struct:RTTRACEBUFENTRY
239 pszBuf = &pEntry->szMsg[0]; \
241 cchBuf = pThis->cbEntry - RT_OFFSETOF(RTTRACEBUFENTRY, szMsg) - 1; \
557 rc = pfnCallback((RTTRACEBUF)pThis, cLeft, pEntry->NanoTS, pEntry->idCpu, pEntry->szMsg, pvUser);
625 RTLogPrintf("%04u/%'llu/%02x: %s\n", cLeft, pEntry->NanoTS, pEntry->idCpu, pEntry->szMsg);
652 RTAssertMsg2AddWeak("%u/%'llu/%02x: %s\n", cLeft, pEntry->NanoTS, pEntry->idCpu, pEntry->szMsg);
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp445 char szMsg[256]; local
447 HRESULT hr = vboxPopString(szMsg, sizeof(szMsg) / sizeof(char));
458 + strlen(szMsg) + 1 /* Include terminating zero */
466 memcpy(pIpcMsg->szMsgContent, szMsg, strlen(szMsg) + 1);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c1097 char szMsg[512]; local
1100 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
1102 szMsg[sizeof(szMsg) - 1] = '\0';
1104 printk("%s", szMsg);
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp211 char szMsg[256]; local
215 cch = RTStrPrintf(szMsg, sizeof(szMsg), "NACK=%d;%s\n", rc2, pszMsgText);
217 if (szMsg[off] == '\n')
218 szMsg[off] = '\r';
221 cch = RTStrPrintf(szMsg, sizeof(szMsg), "NACK=%d\n", rc2);
222 int rc = RTTcpWrite(pVM->ftm.s.hSocket, szMsg, cch);
224 LogRel(("FTSync: RTTcpWrite(,%s,%zu) -> %Rrc\n", szMsg, cch, rc));
280 char szMsg[25 local
[all...]
H A DSELM.cpp2507 char szMsg[128]; local
2508 char *psz = &szMsg[0];
2533 Sel, Desc.au32[0], Desc.au32[1], u32Base, u32Limit, Desc.Gen.u2Dpl, szMsg);
/vbox/src/VBox/Devices/Audio/
H A DDrvHostPulseAudio.cpp130 static int drvHostPulseAudioError(PDRVHOSTPULSEAUDIO pThis, const char *szMsg);
899 static int drvHostPulseAudioError(PDRVHOSTPULSEAUDIO pThis, const char *szMsg) argument
902 AssertPtrReturn(szMsg, VERR_INVALID_POINTER);
907 LogRel(("PulseAudio: %s: %s\n", szMsg, pa_strerror(rc2)));
/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp170 char szMsg[256]; member in struct:DEVPCBIOS
238 pThis->szMsg[pThis->iMsg] = '\0';
240 Log(("pcbios: %s\n", pThis->szMsg));
245 if (pThis->iMsg >= sizeof(pThis->szMsg)-1)
247 pThis->szMsg[pThis->iMsg] = '\0';
248 Log(("pcbios: %s\n", pThis->szMsg));
251 pThis->szMsg[pThis->iMsg] = (char )u32;
252 pThis->szMsg[++pThis->iMsg] = '\0';
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp234 char szMsg[256]; local
235 int vrc = teleporterTcpReadLine(pState, szMsg, sizeof(szMsg));
239 if (!strcmp(szMsg, "ACK"))
242 if (!strncmp(szMsg, RT_STR_TUPLE("NACK=")))
244 char *pszMsgText = strchr(szMsg, ';');
249 vrc = RTStrToInt32Full(&szMsg[sizeof("NACK=") - 1], 10, &vrc2);
280 return setError(E_FAIL, tr("%s: Expected ACK or NACK, got '%s'"), pszWhich, szMsg);
1226 char szMsg[256]; local
1230 cch = RTStrPrintf(szMsg, sizeo
[all...]
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1341 char szMsg[512]; local
1344 RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
1346 szMsg[sizeof(szMsg) - 1] = '\0';
1348 printf("%s", szMsg);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h161 char szMsg[512]; member in struct:VMMDevState

Completed in 81 milliseconds

12