Searched refs:rte_cfgfile_has_section (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cfgfile.c | 59 ret = rte_cfgfile_has_section(cfgfile, "section1"); in _test_cfgfile_sample() 69 ret = rte_cfgfile_has_section(cfgfile, "section2"); in _test_cfgfile_sample() 141 ret = rte_cfgfile_has_section(cfgfile, "section9"); in test_cfgfile_realloc_sections() 218 ret = rte_cfgfile_has_section(cfgfile, "section1"); in test_cfgfile_empty_key_value_pair() 258 ret = rte_cfgfile_has_section(cfgfile, "GLOBAL"); in test_cfgfile_global_properties()
|
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | version.map | 10 rte_cfgfile_has_section;
|
| H A D | rte_cfgfile.h | 215 int rte_cfgfile_has_section(struct rte_cfgfile *cfg, const char *sectionname);
|
| H A D | rte_cfgfile.c | 492 rte_cfgfile_has_section(struct rte_cfgfile *cfg, const char *sectionname) in rte_cfgfile_has_section() function
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | cfg_file.c | 251 if (rte_cfgfile_has_section(cfg, sec_name)) { in cfg_load_subport() 324 if (rte_cfgfile_has_section(cfg, sec_name)) { in cfg_load_subport() 387 if (rte_cfgfile_has_section(cfg, profile_name)) in cfg_load_subport()
|