Lines Matching defs:total_head

1497 	dladm_stat_chain_t	*total_head = NULL;
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;
1565 total_head = malloc(sizeof (dladm_stat_chain_t));
1566 if (total_head == NULL) {
1571 total_head->dc_statentry = total_stats;
1572 (void) strlcpy(total_head->dc_statheader, "mac_tx_lane_total",
1573 sizeof (total_head->dc_statheader));
1574 total_head->dc_next = NULL;
1578 return (total_head);
1935 dladm_stat_chain_t *total_head = NULL;
1958 total_head = malloc(sizeof (dladm_stat_chain_t));
1959 if (total_head == NULL) {
1964 total_head->dc_statentry = total_stats;
1965 (void) strlcpy(total_head->dc_statheader, "mac_rx_ring_total",
1966 sizeof (total_head->dc_statheader));
1967 total_head->dc_next = NULL;
1971 return (total_head);
1978 dladm_stat_chain_t *total_head = NULL;
2001 total_head = malloc(sizeof (dladm_stat_chain_t));
2002 if (total_head == NULL) {
2007 total_head->dc_statentry = total_stats;
2008 (void) strlcpy(total_head->dc_statheader, "mac_tx_ring_total",
2009 sizeof (total_head->dc_statheader));
2010 total_head->dc_next = NULL;
2014 return (total_head);
2106 dladm_stat_chain_t *total_head;
2125 total_head = malloc(sizeof (dladm_stat_chain_t));
2126 if (total_head == NULL) {
2131 total_head->dc_statentry = total_stats;
2132 total_head->dc_next = NULL;
2135 return (total_head);