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