Searched refs:MAX_STRING_LEN (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 43 #define MAX_STRING_LEN 256 macro 79 static char bdr_str[MAX_STRING_LEN]; 544 char counter_type[MAX_STRING_LEN]; in nic_xstats_display() 545 char buf[MAX_STRING_LEN]; in nic_xstats_display() 551 n = snprintf(buf, MAX_STRING_LEN, in nic_xstats_display() 693 snprintf(bdr_str, MAX_STRING_LEN, " show - Port PMD "); in show_port() 716 snprintf(bdr_str, MAX_STRING_LEN, " Port %u ", i); in show_port() 950 snprintf(bdr_str, MAX_STRING_LEN, " show - TM PMD "); in show_tm() 1235 snprintf(bdr_str, MAX_STRING_LEN, " show - RING "); in show_ring() 1273 snprintf(bdr_str, MAX_STRING_LEN, " show - MEMPOOL "); in show_mempool() [all …]
|