Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cfgfile.c59 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 Dversion.map10 rte_cfgfile_has_section;
H A Drte_cfgfile.h215 int rte_cfgfile_has_section(struct rte_cfgfile *cfg, const char *sectionname);
H A Drte_cfgfile.c492 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 Dcfg_file.c251 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()