Searched refs:error_str (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | mtio.h | 227 char error_str[128]; member 273 char error_str[128]; member
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 944 const char *error_str = NULL; in rte_eal_init() local 946 &internal_conf->ctrl_cpuset, &error_str) in rte_eal_init() 948 rte_eal_init_alert(error_str); in rte_eal_init() 951 if (error_str != NULL) in rte_eal_init() 952 RTE_LOG(NOTICE, EAL, "%s\n", error_str); in rte_eal_init()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 162 char *error_str; \ 164 error_str = dlerror(); \ 165 if (error_str != NULL) { \ 166 fprintf(stderr, "%s\n", error_str); \
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 1317 const char *error_str = NULL; in rte_eal_init() local 1319 &internal_conf->ctrl_cpuset, &error_str) in rte_eal_init() 1321 rte_eal_init_alert(error_str); in rte_eal_init() 1324 if (error_str != NULL) in rte_eal_init() 1325 RTE_LOG(NOTICE, EAL, "%s\n", error_str); in rte_eal_init()
|