Home
last modified time | relevance | path

Searched refs:asprintf (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_private.h742 #define asprintf(buffer, format, ...) \ macro
H A Deal_common_options.c1550 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 Deal_common_trace_ctf.c390 if (asprintf(&out, "_%s", ctf_reserved_words[i]) == -1) in trace_metadata_fixup_field()
H A Deal_common_trace_utils.c256 if (asprintf(&dir_path, "%s/", val) == -1) { in eal_trace_dir_args_save()
H A Deal_common_lcore.c280 if (asprintf(&callback->name, "%s-%p", name, arg) == -1) { in rte_lcore_callback_register()
H A Deal_common_trace.c437 rc = asprintf(&field, "%s %s %s;\n", in __rte_trace_point_emit_field()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel_tap.c94 ret = asprintf(name, "%s", ifr.ifr_name); in tap_get_name()
/dpdk/app/dumpcap/
H A Dmain.c599 if (asprintf(&osname, "%s %s", in get_os_info()