Searched defs:cbFnNmBuf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp334 size_t const cbFnNmBuf = _4K + _1K; local
335 char *pszFnNmBuf = (char *)RTMemAlloc(cbFnNmBuf);
390 RTStrCopyEx(pszFnNmBuf, cbFnNmBuf, pszFunc, cch);
398 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u", pProbeLocRO->uLine);
404 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u-%u", pProbeLocRO->uLine, iOrd);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1396 size_t const cbFnNmBuf = _4K + _1K; local
1397 char *pszFnNmBuf = (char *)RTMemAlloc(cbFnNmBuf);
1451 RTStrCopyEx(pszFnNmBuf, cbFnNmBuf, pszFunc, cch);
1459 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u", pProbeLocRO->uLine);
1465 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u-%u", pProbeLocRO->uLine, iOrd);

Completed in 52 milliseconds