Home
last modified time | relevance | path

Searched refs:dc_statheader (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1441 (void) strlcpy(curr->dc_statheader, statname, in i_dlstat_query_stats()
1442 sizeof (curr->dc_statheader)); in i_dlstat_query_stats()
1598 (void) strlcpy(local_stats->dc_statheader, "mac_rx_local", in i_dlstat_rx_local_stats()
1599 sizeof (local_stats->dc_statheader)); in i_dlstat_rx_local_stats()
2006 (void) strlcpy(total_head->dc_statheader, "mac_rx_lane_total", in dlstat_rx_lane_total_stats()
2007 sizeof (total_head->dc_statheader)); in dlstat_rx_lane_total_stats()
2050 (void) strlcpy(total_head->dc_statheader, "mac_tx_lane_total", in dlstat_tx_lane_total_stats()
2051 sizeof (total_head->dc_statheader)); in dlstat_tx_lane_total_stats()
2443 (void) strlcpy(total_head->dc_statheader, "mac_rx_ring_total", in dlstat_rx_ring_total_stats()
2444 sizeof (total_head->dc_statheader)); in dlstat_rx_ring_total_stats()
[all …]
H A Dlibdlstat.h50 char dc_statheader[MAXSTATNAMELEN]; member