Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_debug.c67 test_exit_val(int exit_val) in test_exit_val() argument
80 rte_exit(exit_val, __func__); in test_exit_val()
87 if(!WIFEXITED(status) || WEXITSTATUS(status) != (uint8_t)exit_val){ in test_exit_val()
89 exit_val); in test_exit_val()