Lines Matching refs:testPrintE

146                 testPrintE("Invalid command-line specified minimum delay "  in main()
155 testPrintE("Invalid command-line specified maximum delay " in main()
164 testPrintE("Invalid command-line specified duration of: %s", in main()
172 testPrintE("Invalid combination of command-line options,"); in main()
174 testPrintE(" -s flag specified multiple times."); in main()
176 testPrintE(" -s and -p flags are mutually exclusive."); in main()
183 testPrintE("Invalid command-line specified starting pass " in main()
191 testPrintE("Invalid combination of command-line options,"); in main()
193 testPrintE(" -e flag specified multiple times."); in main()
195 testPrintE(" -e and -p flags are mutually exclusive."); in main()
202 testPrintE("Invalid command-line specified ending pass " in main()
210 testPrintE("Invalid combination of command-line options,"); in main()
212 testPrintE(" -p flag specified multiple times."); in main()
214 testPrintE(" -p and -%c flags are mutually exclusive.", in main()
222 testPrintE("Invalid command-line specified pass " in main()
230 testPrintE(" %s [options]", basename(argv[0])); in main()
231 testPrintE(" options:"); in main()
232 testPrintE(" -s Starting pass"); in main()
233 testPrintE(" -e Ending pass"); in main()
234 testPrintE(" -p Specific single pass"); in main()
235 testPrintE(" -t Duration"); in main()
236 testPrintE(" -d Delay min"); in main()
237 testPrintE(" -D Delay max"); in main()
242 testPrintE("Unexpected maximum delay less than minimum delay"); in main()
243 testPrintE(" delayMin: %f delayMax: %f", delayMin, delayMax); in main()
247 testPrintE("Unexpected ending pass before starting pass"); in main()
248 testPrintE(" startPass: %u endPass: %u", startPass, endPass); in main()
252 testPrintE("Unexpected command-line postional argument"); in main()
253 testPrintE(" %s [-s start_pass] [-e end_pass] [-d duration]", in main()
281 testPrintE("CPU: %i wifi_load_driver() failed, rv: %i\n", in main()
290 testPrintE("CPU: %i wifi_start_supplicant() failed, rv: %i\n", in main()
307 testPrintE("Command too long for: %s\n", CMD_STATUS); in main()
316 testPrintE("CPU: %i wifi_stop_supplicant() failed, rv: %i\n", in main()
325 testPrintE("CPU: %i wifi_unload_driver() failed, rv: %i\n", in main()
340 testPrintE("main load driver failed, rv: %i", rv); in main()
346 testPrintE("main start supplicant failed, rv: %i", rv); in main()
353 testPrintE("Command too long for: %s\n", CMD_STATUS); in main()
362 testPrintE("Command too long for: %s\n", CMD_START_FRAMEWORK); in main()
396 testPrintE("init sched_getaffinity failed, rv: %i errno: %i", in init()
411 testPrintE("Command too long for: %s\n", CMD_STOP_FRAMEWORK); in init()
425 testPrintE("init stop supplicant failed, rv: %i", rv); in init()
431 testPrintE("init unload driver failed, rv: %i", rv); in init()
504 testPrintE("randBind sched_getcpu() failed, rv: %i errno: %i", in randBind()
510 testPrintE("randBind executing on unexpected CPU %i, expected %i", in randBind()