Home
last modified time | relevance | path

Searched refs:stattype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c1444 dladm_stat_type_t stattype) in query_link_stats() argument
1588 boolean_t *stattype = arg; in dump_queried_stats() local
1593 if (stattype[i]) { in dump_queried_stats()
1754 bzero(&stattype, sizeof (stattype)); in do_show()
1760 stattype[DLADM_STAT_TOTAL] = B_TRUE; in do_show()
1763 dump_all_link_stats(linkid, stattype); in do_show()
1772 stattype[i] = B_TRUE; in do_show()
1774 dump_all_link_stats(linkid, stattype); in do_show()
1940 bzero(&stattype, sizeof (stattype)); in do_show_phys()
1951 dump_all_link_stats(linkid, stattype); in do_show_phys()
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2299 dladm_stat_type_t stattype) in dladm_link_stat_query() argument
2306 dladm_stat_type_t stattype) in dladm_link_stat_diffchain() argument
2317 op2_curr->dc_statentry, stattype)) { in dladm_link_stat_diffchain()
2331 NULL, stattype); in dladm_link_stat_diffchain()
2335 op2_curr->dc_statentry, stattype); in dladm_link_stat_diffchain()
2403 stattbl_ptr = &dladm_stat_table[stattype]; in build_nvs_entry()
2416 dladm_stat_table[stattype].ds_offset; in build_nvs_entry()
2443 curr->dc_statentry, stattype); in i_walk_dlstat_chain()
2464 dladm_stat_type_t stattype) in dladm_link_stat_query_all() argument
2470 stat_head = dladm_link_stat_query(dh, linkid, stattype); in dladm_link_stat_query_all()
[all …]