Searched refs:dc_statheader (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 964 (void) strlcpy(curr->dc_statheader, statname, in i_dlstat_query_stats() 965 sizeof (curr->dc_statheader)); in i_dlstat_query_stats() 1118 (void) strlcpy(local_stats->dc_statheader, "mac_rx_local", in i_dlstat_rx_local_stats() 1119 sizeof (local_stats->dc_statheader)); in i_dlstat_rx_local_stats() 1523 (void) strlcpy(total_head->dc_statheader, "mac_rx_lane_total", in dlstat_rx_lane_total_stats() 1524 sizeof (total_head->dc_statheader)); in dlstat_rx_lane_total_stats() 1567 (void) strlcpy(total_head->dc_statheader, "mac_tx_lane_total", in dlstat_tx_lane_total_stats() 1568 sizeof (total_head->dc_statheader)); in dlstat_tx_lane_total_stats() 1960 (void) strlcpy(total_head->dc_statheader, "mac_rx_ring_total", in dlstat_rx_ring_total_stats() 1961 sizeof (total_head->dc_statheader)); in dlstat_rx_ring_total_stats() [all …]
|
H A D | libdlstat.h | 54 char dc_statheader[MAXSTATNAMELEN]; member
|