Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_debug.c49 test_exit_val(int exit_val) in test_exit_val() argument
62 rte_exit(exit_val, __func__); in test_exit_val()
69 if(!WIFEXITED(status) || WEXITSTATUS(status) != (uint8_t)exit_val){ in test_exit_val()
71 exit_val); in test_exit_val()