Searched refs:dc_statheader (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 963 (void) strlcpy(curr->dc_statheader, statname, in i_dlstat_query_stats() 964 sizeof (curr->dc_statheader)); in i_dlstat_query_stats() 1120 (void) strlcpy(local_stats->dc_statheader, "mac_rx_local", in i_dlstat_rx_local_stats() 1121 sizeof (local_stats->dc_statheader)); in i_dlstat_rx_local_stats() 1528 (void) strlcpy(total_head->dc_statheader, "mac_rx_lane_total", in dlstat_rx_lane_total_stats() 1529 sizeof (total_head->dc_statheader)); in dlstat_rx_lane_total_stats() 1572 (void) strlcpy(total_head->dc_statheader, "mac_tx_lane_total", in dlstat_tx_lane_total_stats() 1573 sizeof (total_head->dc_statheader)); in dlstat_tx_lane_total_stats() 1965 (void) strlcpy(total_head->dc_statheader, "mac_rx_ring_total", in dlstat_rx_ring_total_stats() 1966 sizeof (total_head->dc_statheader)); in dlstat_rx_ring_total_stats() [all …]
|
H A D | libdlstat.h | 50 char dc_statheader[MAXSTATNAMELEN]; member
|