Searched refs:pszUnits (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 292 const char *pszUnits = ""; local 301 pszUnits = "G"; 306 pszUnits = "M"; 311 pszUnits = "K"; 337 RTPrintf("Name: '%ls', Type: %s, Limit: %lld %sbits/sec (%lld %sbytes/sec)\n", strName.raw(), pszType, cBits, pszNetUnits, cBytes, pszUnits); 341 RTPrintf("Name: '%ls', Type: %s, Limit: %lld %sbytes/sec\n", strName.raw(), pszType, cBytes, pszUnits);
|
Completed in 426 milliseconds