Home
last modified time | relevance | path

Searched refs:opt_variable (Results 1 – 1 of 1) sorted by relevance

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c97 static bool opt_variable = false; variable
130 opt_variable = true; in parse_options()
370 if (opt_variable && msgsz) { in echo_test()
754 if (opt_variable && msgsz) { in writev_test()
836 if (opt_variable && msgsz) { in readv_test()
989 rc = burst_write_test(opt_repeat, opt_msgburst, opt_msgsize, opt_variable); in main()
1001 rc = echo_test(opt_repeat, opt_msgsize, opt_variable); in main()
1009 rc = writev_test(opt_repeat, opt_msgsize, opt_variable); in main()
1011 rc = readv_test(opt_repeat, opt_msgsize, opt_variable); in main()