Searched refs:dladm_bw2str (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdladm.h | 250 extern const char *dladm_bw2str(int64_t, char *);
|
H A D | mapfile-vers | 69 dladm_bw2str;
|
H A D | flowprop.c | 281 dladm_bw2str(mrp->mrp_maxbw, buf)); in do_get_maxbw()
|
H A D | libdladm.c | 556 dladm_bw2str(int64_t bw, char *buf) in dladm_bw2str() function
|
H A D | linkprop.c | 1744 (void) dladm_bw2str(mrp.mrp_maxbw, prop_val[0]); in get_maxbw()
|
/titanic_44/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 858 dladm_bw2str(history->du_bandwidth, buf)); in show_history_time() 897 "%s Mbps", dladm_bw2str(history->du_bandwidth, buf)); in show_history_res()
|
/titanic_44/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 633 "%s Mbps", dladm_bw2str(history->du_bandwidth, buf)); in show_history_time() 676 "%s Mbps", dladm_bw2str(history->du_bandwidth, buf)); in show_history_res()
|
/titanic_44/usr/src/cmd/dladm/ |
H A D | dladm.c | 1602 "%s Mbps", dladm_bw2str(usage->du_bandwidth, buf)); in show_usage_time() 1645 "%s Mbps", dladm_bw2str(usage->du_bandwidth, buf)); in show_usage_res()
|