Searched refs:get_current_prefix (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_eal_flags.c | 329 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_allow_flag() 395 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_invalid_b_flag() 499 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_invalid_r_flag() 543 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_missing_c_flag() 702 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_main_lcore_flag() 759 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_invalid_n_flag() 812 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_no_hpet_flag() 906 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_misc_flags() 1167 if (get_current_prefix(prefix, sizeof(prefix)) == NULL) { in test_file_prefix() 1453 if (get_current_prefix(tmp, sizeof(tmp)) == NULL) { in test_memory_flags()
|
| H A D | test_mp_secondary.c | 75 get_current_prefix(tmp, sizeof(tmp)); in run_secondary_instances()
|
| H A D | process.h | 166 get_current_prefix(char *prefix, int size) in get_current_prefix() function
|
| H A D | test_pdump.c | 182 get_current_prefix(tmp, sizeof(tmp)); in run_pdump_server_tests()
|
| H A D | test_timer_secondary.c | 58 get_current_prefix(tmp, sizeof(tmp)); in timer_secondary_spawn_wait()
|