Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_power.c32 const bool not_null_expected = !(env == PM_ENV_NOT_SET); in check_function_ptrs() local
34 const char *inject_not_string1 = not_null_expected ? " not" : ""; in check_function_ptrs()
35 const char *inject_not_string2 = not_null_expected ? "" : " not"; in check_function_ptrs()
37 if ((rte_power_freqs == NULL) == not_null_expected) { in check_function_ptrs()
43 if ((rte_power_get_freq == NULL) == not_null_expected) { in check_function_ptrs()
49 if ((rte_power_set_freq == NULL) == not_null_expected) { in check_function_ptrs()
55 if ((rte_power_freq_up == NULL) == not_null_expected) { in check_function_ptrs()
61 if ((rte_power_freq_down == NULL) == not_null_expected) { in check_function_ptrs()
67 if ((rte_power_freq_max == NULL) == not_null_expected) { in check_function_ptrs()
73 if ((rte_power_freq_min == NULL) == not_null_expected) { in check_function_ptrs()
[all …]