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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp401 unsigned iOrd = 2; local
402 while (iOrd < 128)
404 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u-%u", pProbeLocRO->uLine, iOrd);
407 iOrd++;
409 if (iOrd >= 128)
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1462 unsigned iOrd = 2; local
1463 while (iOrd < 128)
1465 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u-%u", pProbeLocRO->uLine, iOrd);
1468 iOrd++;
1470 if (iOrd >= 128)

Completed in 50 milliseconds