Searched refs:MSG_CMD_FAIL (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 32 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 101 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 145 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 184 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_swq() 271 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_shaper_profile() 337 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_shared_shaper() 502 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_node() 1381 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_hierarchy_default() 1421 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_hierarchy_commit() 1448 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr() [all …]
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 41 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 120 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 238 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 383 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_swq() 434 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport_profile() 497 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_pipe_profile() 590 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr() 628 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport() 699 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tmgr_subport_pipe() 726 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tap() [all …]
|
| /dpdk/examples/pipeline/ |
| H A D | cli.c | 38 #define MSG_CMD_FAIL "Command \"%s\" failed.\n" macro 223 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_mempool() 342 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_link() 490 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_ring() 516 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_tap() 1434 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_pipeline_selector_group_add() 1488 snprintf(out, out_size, MSG_CMD_FAIL, tokens[0]); in cmd_pipeline_selector_group_delete() 2744 snprintf(out, out_size, MSG_CMD_FAIL, "thread pipeline enable"); in cmd_thread_pipeline_enable() 2793 snprintf(out, out_size, MSG_CMD_FAIL, in cmd_thread_pipeline_disable()
|