Searched refs:cfgfile (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cfgfile.c | 89 struct rte_cfgfile *cfgfile; in test_cfgfile_sample1() local 98 ret = rte_cfgfile_close(cfgfile); in test_cfgfile_sample1() 108 struct rte_cfgfile *cfgfile; in test_cfgfile_sample2() local 131 struct rte_cfgfile *cfgfile; in test_cfgfile_realloc_sections() local 168 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_section_header() local 180 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_comment() local 196 struct rte_cfgfile *cfgfile; in test_cfgfile_invalid_key_value_pair() local 207 struct rte_cfgfile *cfgfile; in test_cfgfile_empty_key_value_pair() local 236 struct rte_cfgfile *cfgfile; in test_cfgfile_missing_section() local 247 struct rte_cfgfile *cfgfile; in test_cfgfile_global_properties() local [all …]
|
| H A D | meson.build | 150 'cfgfile',
|
| /f-stack/app/redis-5.0.5/tests/ |
| H A D | instances.tcl | 39 proc exec_instance {type cfgfile} { argument 49 …p --show-reachable=no --show-possibly-lost=no --leak-check=full ../../../src/${prgname} $cfgfile &] 51 set pid [exec ../../../src/${prgname} $cfgfile &] 70 set cfgfile [file join $dirname $type.conf] 71 set cfg [open $cfgfile w] 82 set pid [exec_instance $type $cfgfile] 480 set cfgfile [file join $dirname $type.conf] 485 set pid [exec_instance $type $cfgfile]
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | meson.build | 10 deps += ['sched', 'cfgfile']
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | meson.build | 29 deps += ['cfgfile', 'common_mvep']
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | meson.build | 28 deps += ['cfgfile', 'common_mvep']
|
| /f-stack/dpdk/lib/ |
| H A D | meson.build | 22 'acl', 'bbdev', 'bitratestats', 'cfgfile',
|
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.c | 30 RTE_LOG_REGISTER(cfgfile_logtype, lib.cfgfile, INFO);
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 189 static const char *cfgfile; variable 1632 cfgfile = optarg; in parse_args() 2834 if (parse_cfg_file(cfgfile) < 0) { in main()
|