Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c101 static bool opt_variable = false; variable
135 opt_variable = true; in parse_options()
377 if (opt_variable && msgsz) { in echo_test()
740 if (opt_variable && msgsz) { in writev_test()
819 if (opt_variable && msgsz) { in readv_test()
970 rc = burst_write_test(opt_repeat, opt_msgburst, opt_msgsize, opt_variable); in main()
982 rc = echo_test(opt_repeat, opt_msgsize, opt_variable); in main()
990 rc = writev_test(opt_repeat, opt_msgsize, opt_variable); in main()
992 rc = readv_test(opt_repeat, opt_msgsize, opt_variable); in main()