Home
last modified time | relevance | path

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

/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c241 const char *sep; in rte_fslmc_parse() local
250 sep = strchr(name, ':'); in rte_fslmc_parse()
251 if (!sep) { in rte_fslmc_parse()
253 sep = strchr(name, '='); in rte_fslmc_parse()
254 if (!sep) in rte_fslmc_parse()
277 sep = name; in rte_fslmc_parse()
281 if (strncmp("dpni", sep, 4) && in rte_fslmc_parse()
284 strncmp("dpbp", sep, 4) && in rte_fslmc_parse()
285 strncmp("dpio", sep, 4) && in rte_fslmc_parse()
295 t_ptr = strchr(sep, '.'); in rte_fslmc_parse()
[all …]
/dpdk/lib/eal/common/
H A Deal_common_errno.c25 static const char *sep = ":"; in rte_strerror() local
27 static const char *sep = ""; in rte_strerror()
39 snprintf(ret, RETVAL_SZ, "Unknown error%s %d", sep, errnum); in rte_strerror()
50 sep, errnum); in rte_strerror()