Searched refs:MAX_CMD_LEN (Results 1 – 1 of 1) sorted by relevance
25 #define MAX_CMD_LEN 56 macro35 char cmd[MAX_CMD_LEN];94 strlcpy(callbacks[i].cmd, cmd, MAX_CMD_LEN); in rte_telemetry_register_cmd()227 RTE_BUILD_BUG_ON(sizeof(out_buf) < MAX_CMD_LEN + in output_json()232 MAX_CMD_LEN, cmd ? cmd : "none"); in output_json()236 MAX_CMD_LEN, cmd, in output_json()241 MAX_CMD_LEN, cmd); in output_json()288 MAX_CMD_LEN, cmd); in output_json()334 char out_buf[MAX_CMD_LEN + 10]; in perform_command()336 MAX_CMD_LEN, cmd ? cmd : "none"); in perform_command()[all …]