Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Dversion.map12 rte_cfgfile_load_with_params;
H A Drte_cfgfile.h91 struct rte_cfgfile *rte_cfgfile_load_with_params(const char *filename,
H A Drte_cfgfile.c162 return rte_cfgfile_load_with_params(filename, flags, in rte_cfgfile_load()
167 rte_cfgfile_load_with_params(const char *filename, int flags, in rte_cfgfile_load_with_params() function
/f-stack/dpdk/app/test/
H A Dtest_cfgfile.c115 cfgfile = rte_cfgfile_load_with_params(CFG_FILES_ETC "/sample2.ini", 0, in test_cfgfile_sample2()
186 cfgfile = rte_cfgfile_load_with_params(CFG_FILES_ETC "/sample2.ini", 0, in test_cfgfile_invalid_comment()