Searched defs:sectionname (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/cfgfile/ |
| H A D | rte_cfgfile.c | 92 _get_section(struct rte_cfgfile *cfg, const char *sectionname) in _get_section() 329 rte_cfgfile_add_section(struct rte_cfgfile *cfg, const char *sectionname) in rte_cfgfile_add_section() 370 const char *sectionname, const char *entryname, in rte_cfgfile_add_entry() 393 int rte_cfgfile_set_entry(struct rte_cfgfile *cfg, const char *sectionname, in rte_cfgfile_set_entry() 469 rte_cfgfile_num_sections(struct rte_cfgfile *cfg, const char *sectionname, in rte_cfgfile_num_sections() 494 rte_cfgfile_has_section(struct rte_cfgfile *cfg, const char *sectionname) in rte_cfgfile_has_section() 501 const char *sectionname) in rte_cfgfile_section_num_entries() 511 char *sectionname, int index) in rte_cfgfile_section_num_entries_by_index() 522 rte_cfgfile_section_entries(struct rte_cfgfile *cfg, const char *sectionname, in rte_cfgfile_section_entries() 536 char *sectionname, in rte_cfgfile_section_entries_by_index() [all …]
|