Searched defs:total_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1497 dladm_stat_chain_t *total_head = NULL; local
1521 total_head = malloc(sizeof (dladm_stat_chain_t));
1522 if (total_head == NULL) {
1527 total_head->dc_statentry = total_stats;
1528 (void) strlcpy(total_head->dc_statheader, "mac_rx_lane_total",
1529 sizeof (total_head->dc_statheader));
1530 total_head->dc_next = NULL;
1534 return (total_head);
1541 dladm_stat_chain_t *total_head = NULL; local
1565 total_head
1935 dladm_stat_chain_t *total_head = NULL; local
1978 dladm_stat_chain_t *total_head = NULL; local
2106 dladm_stat_chain_t *total_head; local
[all...]

Completed in 50 milliseconds