Searched refs:achScratch (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp1278 rtLogOutput(pLogger, pLoggerRC->achScratch, pLoggerRC->offScratch);
1309 pLogger->achScratch[0] = 0;
1470 rtLogOutput(pLogger, pLoggerR0->achScratch, pLoggerR0->offScratch);
1537 rtLogOutput(pDstLogger, pSrcLogger->achScratch, pSrcLogger->offScratch);
2870 char achScratch[80];
2890 rtLogRingBufWrite(pThis->pInt, pThis->achScratch, pThis->offScratch);
2894 RTLogWriteUser(pThis->achScratch, pThis->offScratch);
2897 RTLogWriteDebugger(pThis->achScratch, pThis->offScratch);
2900 RTLogWriteStdOut(pThis->achScratch, pThis->offScratch);
2903 RTLogWriteStdErr(pThis->achScratch, pThi
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCCmdWorkers.cpp213 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
H A DDBGCEval.cpp87 return sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
1000 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
H A DDBGConsole.cpp343 char *pszTrg = &pDbgc->achScratch[0];
372 rc = dbgcEvalCommand(pDbgc, &pDbgc->achScratch[0], pszTrg - &pDbgc->achScratch[0] - 1, fNoExecute);
944 pDbgc->pszScratch = &pDbgc->achScratch[0];
H A DDBGCInternal.h201 char achScratch[16384]; member in struct:DBGC
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC.cpp197 && pVM->vmm.s.pRCLoggerRC->offScratch >= (sizeof(pVM->vmm.s.pRCLoggerRC->achScratch)*3/4))
/vbox/include/iprt/
H A Dlog.h264 char achScratch[32768]; member in struct:RTLOGGERRC
306 char achScratch[49152]; member in struct:RTLOGGER

Completed in 287 milliseconds