Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c90 _get_section(struct rte_cfgfile *cfg, const char *sectionname) in _get_section() function
381 struct rte_cfgfile_section *curr_section = _get_section(cfg, in rte_cfgfile_add_entry()
400 struct rte_cfgfile_section *curr_section = _get_section(cfg, in rte_cfgfile_set_entry()
494 return _get_section(cfg, sectionname) != NULL; in rte_cfgfile_has_section()
501 const struct rte_cfgfile_section *s = _get_section(cfg, sectionname); in rte_cfgfile_section_num_entries()
524 const struct rte_cfgfile_section *sect = _get_section(cfg, sectionname); in rte_cfgfile_section_entries()
554 const struct rte_cfgfile_section *sect = _get_section(cfg, sectionname); in rte_cfgfile_get_entry()