Searched refs:asprintf (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_private.h | 742 #define asprintf(buffer, format, ...) \ macro
|
| H A D | eal_common_options.c | 1550 if (asprintf(&str, "%d", idx) < 0) in available_cores() 1567 if (asprintf(&tmp, "%s-%d", str, previous) < 0) { in available_cores() 1576 if (asprintf(&tmp, "%s,%d", str, idx) < 0) { in available_cores() 1588 if (asprintf(&tmp, "%s-%d", str, previous) < 0) { in available_cores()
|
| H A D | eal_common_trace_ctf.c | 390 if (asprintf(&out, "_%s", ctf_reserved_words[i]) == -1) in trace_metadata_fixup_field()
|
| H A D | eal_common_trace_utils.c | 256 if (asprintf(&dir_path, "%s/", val) == -1) { in eal_trace_dir_args_save()
|
| H A D | eal_common_lcore.c | 280 if (asprintf(&callback->name, "%s-%p", name, arg) == -1) { in rte_lcore_callback_register()
|
| H A D | eal_common_trace.c | 437 rc = asprintf(&field, "%s %s %s;\n", in __rte_trace_point_emit_field()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel_tap.c | 94 ret = asprintf(name, "%s", ifr.ifr_name); in tap_get_name()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 599 if (asprintf(&osname, "%s %s", in get_os_info()
|