/dpdk/app/test/ |
H A D | test_string_fns.c | 34 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 52 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 69 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 86 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 101 if (rte_strsplit(NULL, 0, splits, 6, ',') >= 0 in test_rte_strsplit() 107 if (rte_strsplit(test_string, sizeof(test_string), NULL, 0, ',') >= 0 in test_rte_strsplit() 114 if (rte_strsplit(test_string, 0, splits, 6, ',') != 0 || errno != 0) { in test_rte_strsplit() 119 if (rte_strsplit(test_string, sizeof(test_string), splits, 0, ',') != 0 in test_rte_strsplit()
|
H A D | test.c | 124 eargc = rte_strsplit(extra_args, strlen(extra_args), in main() 203 split_ret = rte_strsplit(dpdk_test_skip, strlen(dpdk_test_skip), in main()
|
H A D | test_dmadev.c | 1281 n_var = rte_strsplit(dma_env_test_str, strlen(dma_env_test_str), tests, in parse_dma_env_var() 1293 n_var = rte_strsplit(dma_env_param_str, strlen(dma_env_param_str), params, in parse_dma_env_var() 1296 rte_strsplit(params[i], strlen(params[i]), var, RTE_DIM(var), '='); in parse_dma_env_var()
|
/dpdk/lib/eal/common/ |
H A D | eal_common_string_fns.c | 15 rte_strsplit(char *string, int stringlen, in rte_strsplit() function
|
/dpdk/lib/eal/include/ |
H A D | rte_string_fns.h | 52 rte_strsplit(char *string, int stringlen,
|
/dpdk/examples/l3fwd-power/ |
H A D | perf_core.c | 155 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_perf_config()
|
H A D | main.c | 1677 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|
/dpdk/app/test-bbdev/ |
H A D | main.c | 228 ret = rte_strsplit(optarg, strlen(optarg), in parse_args()
|
/dpdk/examples/vhost_crypto/ |
H A D | main.c | 100 if (rte_strsplit(arg, strlen(arg), str_fld, NB_SOCKET_FIELDS, ',') != in parse_socket_arg() 168 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|
/dpdk/drivers/bus/pci/linux/ |
H A D | pci.c | 147 if (rte_strsplit(line, len, res_info.ptrs, 3, ' ') != 3) { in pci_parse_one_sysfs_resource() 409 if (rte_strsplit(buf_copy, bufsize, splitaddr.str, PCI_FMT_NVAL, ':') in parse_pci_addr_format()
|
/dpdk/examples/qos_sched/ |
H A D | args.c | 104 n_tokens = rte_strsplit(string, strnlen(string, 32), tokens, n_vals, separator); in app_parse_opt_vals()
|
H A D | cfg_file.c | 453 n_tokens = rte_strsplit(&entries[j].name[sizeof("pipe")], in cfg_load_subport()
|
/dpdk/lib/eal/ |
H A D | version.map | 291 rte_strsplit;
|
/dpdk/lib/power/ |
H A D | power_acpi_cpufreq.c |
|
/dpdk/lib/eal/linux/ |
H A D | eal_hugepage_info.c | 240 if (rte_strsplit(buf, sizeof(buf), splitstr, _FIELDNAME_MAX, in get_hugepage_dir()
|
H A D | eal.c | 487 arg_num = rte_strsplit(strval, len, in eal_parse_socket_arg()
|
H A D | eal_vfio.c | 1380 ret = rte_strsplit(filename, sizeof(filename), in rte_vfio_get_group_num()
|
/dpdk/examples/l2fwd-event/ |
H A D | main.c | 134 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_port_pair_config()
|
/dpdk/examples/l2fwd/ |
H A D | main.c | 370 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_port_pair_config()
|
/dpdk/examples/l2fwd-macsec/ |
H A D | main.c | 837 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_port_pair_config() 893 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_macsec_port_config()
|
/dpdk/examples/vhost/ |
H A D | main.c | 281 args_nr = rte_strsplit(substr, strlen(substr), dma_arg, RTE_MAX_VHOST_DEVICE, ','); in open_dma() 293 sub_nr = rte_strsplit(arg_temp, strlen(arg_temp), ptrs, 2, '@'); in open_dma()
|
/dpdk/examples/l3fwd-graph/ |
H A D | main.c | 421 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|
/dpdk/examples/l3fwd/ |
H A D | main.c | 531 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD) in parse_config()
|
/dpdk/examples/ipsec-secgw/ |
H A D | ipsec-secgw.c | 1072 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|