Home
last modified time | relevance | path

Searched refs:aggr_port_stat_entry_t (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1059 offsetof(aggr_port_stat_entry_t, ape_stats),
2584 aggr_port_stat_entry_t *total_stats; in dlstat_aggr_total_stats()
2586 total_stats = calloc(1, sizeof (aggr_port_stat_entry_t)); in dlstat_aggr_total_stats()
2593 aggr_port_stat_entry_t *curr_aggr_port_stats; in dlstat_aggr_total_stats()
2619 aggr_port_stat_entry_t *s1 = arg1; in i_dlstat_aggr_port_match()
2620 aggr_port_stat_entry_t *s2 = arg2; in i_dlstat_aggr_port_match()
2628 aggr_port_stat_entry_t *s1 = arg1; in i_dlstat_aggr_port_stat_entry_diff()
2629 aggr_port_stat_entry_t *s2 = arg2; in i_dlstat_aggr_port_stat_entry_diff()
2630 aggr_port_stat_entry_t *diff_entry; in i_dlstat_aggr_port_stat_entry_diff()
2632 diff_entry = malloc(sizeof (aggr_port_stat_entry_t)); in i_dlstat_aggr_port_stat_entry_diff()
[all …]
H A Dlibdlstat.h225 } aggr_port_stat_entry_t; typedef
/titanic_44/usr/src/cmd/dlstat/
H A Ddlstat.c1398 aggr_port_stat_entry_t *sentry = statentry; in print_aggr_port_stats()