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

/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp169 const char *pszHelp; local
173 pszHelp = "Displays this help and exit";
176 pszHelp = "Use the specified test device";
179 pszHelp = "Option undocumented";
184 RTStrmPrintf(pStrm, " %-20s%s\n", szOpt, pszHelp);
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp255 const char *pszHelp; local
259 pszHelp = "Displays this help and exit";
262 pszHelp = "Run in server mode, waiting for clients (default)";
265 pszHelp = "Run in client mode, connecting to <host>";
268 pszHelp = "Interval in seconds to run the test (default " RT_XSTR(NETPERF_DEFAULT_TIMEOUT) " s)";
271 pszHelp = "Server port to listen/connect to (default " RT_XSTR(NETPERF_DEFAULT_PORT) ")";
274 pszHelp = "Packet size in bytes (defaults to " RT_XSTR(NETPERF_DEFAULT_PKT_SIZE_LATENCY)
278 pszHelp = "Test mode: latency (default), throughput, throughput-xmit or throughput-recv";
281 pszHelp = "Set TCP no delay, disabling Nagle's algorithm";
284 pszHelp
[all...]

Completed in 45 milliseconds