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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2432 i_walk_dlstat_chain(dladm_stat_chain_t *stat_head, dladm_stat_type_t stattype) argument
2442 for (curr = stat_head; curr != NULL; curr = curr->dc_next) {
2472 dladm_stat_chain_t *stat_head; local
2476 stat_head = dladm_link_stat_query(dh, linkid, stattype);
2477 if (stat_head == NULL)
2484 nvstat_head = i_walk_dlstat_chain(stat_head, stattype);
2486 /* Free stat_head */
2487 dladm_link_stat_free(stat_head);

Completed in 88 milliseconds