Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c249 printf("cap.non_leaf_nodes_identical %" PRId32 "\n", in cmd_show_port_tm_cap_parsed()
251 printf("cap.leaf_nodes_identical %" PRId32 "\n", in cmd_show_port_tm_cap_parsed()
300 printf("cap.cman_head_drop_supported %" PRId32 "\n", in cmd_show_port_tm_cap_parsed()
314 printf("cap.mark_vlan_dei_supported %" PRId32 "\n", in cmd_show_port_tm_cap_parsed()
320 printf("cap.mark_ip_dscp_supported %" PRId32 "\n", in cmd_show_port_tm_cap_parsed()
405 printf("cap.non_leaf_nodes_identical %" PRId32 "\n", in cmd_show_port_tm_level_cap_parsed()
407 printf("cap.leaf_nodes_identical %" PRId32 "\n", in cmd_show_port_tm_level_cap_parsed()
419 PRId32 "\n", in cmd_show_port_tm_level_cap_parsed()
426 PRId32 "\n", in cmd_show_port_tm_level_cap_parsed()
429 PRId32 "\n", in cmd_show_port_tm_level_cap_parsed()
[all …]
H A Dcmdline_mtr.c281 printf("cap.identical %" PRId32 "\n", cap.identical); in cmd_show_port_meter_cap_parsed()
282 printf("cap.shared_identical %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
288 printf("cap.chaining_use_prev_mtr_color_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
290 printf("cap.chaining_use_prev_mtr_color_enforced %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
299 printf("cap.color_aware_srtcm_rfc2697_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
301 printf("cap.color_aware_trtcm_rfc2698_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
303 printf("cap.color_aware_trtcm_rfc4115_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
305 printf("cap.policer_action_recolor_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
307 printf("cap.policer_action_drop_supported %" PRId32 "\n", in cmd_show_port_meter_cap_parsed()
/f-stack/dpdk/lib/librte_graph/
H A Dgraph_debug.c56 fprintf(f, " head=%" PRId32 "\n", (int32_t)g->head); in rte_graph_obj_dump()
57 fprintf(f, " tail=%" PRId32 "\n", (int32_t)g->tail); in rte_graph_obj_dump()
59 fprintf(f, " nb_nodes=%" PRId32 "\n", g->nb_nodes); in rte_graph_obj_dump()
74 fprintf(f, " nb_edges=%" PRId32 "\n", n->nb_edges); in rte_graph_obj_dump()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h23 # define FMTd32 PRId32
/f-stack/freebsd/arm64/include/
H A D_inttypes.h44 #define PRId32 "d" /* int32_t */ macro
/f-stack/freebsd/arm/include/
H A D_inttypes.h46 #define PRId32 "d" /* int32_t */ macro
/f-stack/freebsd/x86/include/
H A D_inttypes.h54 #define PRId32 "d" /* int32_t */ macro
/f-stack/freebsd/mips/include/
H A D_inttypes.h55 #define PRId32 "d" /* int32_t */ macro
/f-stack/dpdk/lib/librte_acl/
H A Drte_acl.c519 printf(" socket_id=%"PRId32"\n", ctx->socket_id); in rte_acl_dump()
520 printf(" alg=%"PRId32"\n", ctx->alg); in rte_acl_dump()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.c135 PRId32, rte_errno); in eca_init()
681 RTE_EDEV_LOG_ERR("failed to register service %s err = %" PRId32, in eca_init_service()
689 RTE_EDEV_LOG_ERR("configuration callback failed err = %" PRId32, in eca_init_service()
H A Drte_event_eth_tx_adapter.c188 PRId32, name, rte_errno); in txa_memzone_array_get()
421 PRId32, service.name, ret); in txa_service_register()
H A Drte_event_eth_rx_adapter.c1164 PRId32, rte_errno); in rte_event_eth_rx_adapter_init()
1590 RTE_EDEV_LOG_ERR("failed to register service %s err = %" PRId32, in rxa_init_service()
1598 RTE_EDEV_LOG_ERR("configuration callback failed err = %" PRId32, in rxa_init_service()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memzone.c328 "socket_id:%"PRId32", flags:%"PRIx32"\n", in dump_memzone()
H A Deal_common_memory.c435 "virt:%p, socket_id:%"PRId32", " in dump_memseg()
/f-stack/dpdk/examples/vm_power_manager/
H A Dvm_power_cli.c448 cmdline_printf(cl, "Core %u frequency: %"PRId32"\n", res->core_num, in cmd_show_cpu_freq_parsed()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c397 "property: only values between %" PRId32 " " in make_leaf_vdev()
398 "and %" PRId32 " are allowed.\n"), in make_leaf_vdev()
H A Dzpool_main.c963 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_add()
6342 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_attach_or_replace()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c572 "values between %" PRId32 " and " in zpool_valid_proplist()
573 "%" PRId32 " are allowed."), in zpool_valid_proplist()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c2091 "invalid log base msg size: %"PRId32" != %d\n", in vhost_user_set_log_base()