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

12

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp135 char szMsg[VBOX_EFI_DEBUG_BUFFER]; member in struct:DEVEFI
1425 pThis->szMsg[pThis->iMsg] = '\0';
1427 Log(("efi: %s\n", pThis->szMsg));
1432 if (pThis->iMsg >= sizeof(pThis->szMsg)-1)
1434 pThis->szMsg[pThis->iMsg] = '\0';
1435 Log(("efi: %s\n", pThis->szMsg));
1438 pThis->szMsg[pThis->iMsg] = (char )u32;
1439 pThis->szMsg[++pThis->iMsg] = '\0';
1796 pThis->szMsg[0] = '\0';
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp1150 char szMsg[100]; local
1151 RTStrPrintf(szMsg, sizeof(szMsg), "AssertEMT '%s'/%d\n", pDrvIns->pReg->szName, pDrvIns->iInstance);
1152 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
1166 char szMsg[100]; local
1167 RTStrPrintf(szMsg, sizeof(szMsg), "AssertOther '%s'/%d\n", pDrvIns->pReg->szName, pDrvIns->iInstance);
1168 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
H A DPDMUsb.cpp1569 char szMsg[100]; local
1570 RTStrPrintf(szMsg, sizeof(szMsg), "AssertEMT '%s'/%d\n", pUsbIns->pReg->szName, pUsbIns->iInstance);
1571 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
1584 char szMsg[100]; local
1585 RTStrPrintf(szMsg, sizeof(szMsg), "AssertOther '%s'/%d\n", pUsbIns->pReg->szName, pUsbIns->iInstance);
1586 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
/vbox/src/recompiler/
H A DVBoxRecompiler.c4759 char szMsg[256]; local
4780 case 1: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0]); break;
4781 case 2: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[1]); break;
4782 case 3: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[1], auArgs[2]); break;
4783 case 4: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[1], auArgs[2], auArgs[3]); break;
4784 case 5: RTStrPrintf(szMsg, sizeo
[all...]
/vbox/include/iprt/
H A Dtypes.h2089 char szMsg[3072]; member in struct:RTERRINFOSTATIC

Completed in 149 milliseconds

12