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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2395 dladm_stat_chain_t *stat_head = NULL; local
2445 stat_head = calloc(1, sizeof (dladm_stat_chain_t));
2446 if (stat_head == NULL)
2449 stat_head->dc_statentry = ring_stats;
2450 stat_head->dc_next = NULL;
2455 (void) strlcpy(stat_head->dc_statheader, statheader,
2456 sizeof (stat_head->dc_statheader));
2461 if (stat_head == NULL)
2463 return (stat_head);
3166 i_walk_dlstat_chain(dladm_stat_chain_t *stat_head, dladm_stat_type_ argument
3206 dladm_stat_chain_t *stat_head; local
[all...]

Completed in 32 milliseconds