Searched refs:dladm_usage_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdladm.h | 267 } dladm_usage_t; typedef 299 extern dladm_status_t dladm_walk_usage_res(int (*)(dladm_usage_t *, void *), 301 extern dladm_status_t dladm_walk_usage_time(int (*)(dladm_usage_t *, void *), 303 extern dladm_status_t dladm_usage_summary(int (*)(dladm_usage_t *, void *), 305 extern dladm_status_t dladm_usage_dates(int (*)(dladm_usage_t *, void *),
|
H A D | usage.c | 604 add_pe_to_file(int (*fn)(dladm_usage_t *, void *), net_plot_entry_t *pe, in add_pe_to_file() argument 608 dladm_usage_t usage; in add_pe_to_file() 1039 dladm_walk_usage_res(int (*fn)(dladm_usage_t *, void *), int logtype, in dladm_walk_usage_res() argument 1054 dladm_usage_t usage; in dladm_walk_usage_res() 1185 dladm_walk_usage_time(int (*fn)(dladm_usage_t *, void *), int logtype, in dladm_walk_usage_time() argument 1312 dladm_usage_summary(int (*fn)(dladm_usage_t *, void *), int logtype, in dladm_usage_summary() argument 1320 dladm_usage_t usage; in dladm_usage_summary() 1364 dladm_usage_dates(int (*fn)(dladm_usage_t *, void *), int logtype, in dladm_usage_dates() argument 1375 dladm_usage_t usage; in dladm_usage_dates() 1411 bzero(&usage, sizeof (dladm_usage_t)); in dladm_usage_dates()
|
/illumos-gate/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 759 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() 785 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() 859 show_history_res(dladm_usage_t *history, void *arg) in show_history_res()
|
/illumos-gate/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 539 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() 569 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() 646 show_history_res(dladm_usage_t *history, void *arg) in show_history_res()
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 1637 show_usage_date(dladm_usage_t *usage, void *arg) in show_usage_date() 1667 show_usage_time(dladm_usage_t *usage, void *arg) in show_usage_time() 1744 show_usage_res(dladm_usage_t *usage, void *arg) in show_usage_res()
|