Searched refs:dladm_usage_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdladm.h | 240 } dladm_usage_t; typedef 272 extern dladm_status_t dladm_walk_usage_res(int (*)(dladm_usage_t *, void *), 274 extern dladm_status_t dladm_walk_usage_time(int (*)(dladm_usage_t *, void *), 276 extern dladm_status_t dladm_usage_summary(int (*)(dladm_usage_t *, void *), 278 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()
|
/titanic_41/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 765 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() 791 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() 865 show_history_res(dladm_usage_t *history, void *arg) in show_history_res()
|
/titanic_41/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 533 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() 563 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() 640 show_history_res(dladm_usage_t *history, void *arg) in show_history_res()
|
/titanic_41/usr/src/cmd/dladm/ |
H A D | dladm.c | 1502 show_usage_date(dladm_usage_t *usage, void *arg) in show_usage_date() 1532 show_usage_time(dladm_usage_t *usage, void *arg) in show_usage_time() 1609 show_usage_res(dladm_usage_t *usage, void *arg) in show_usage_res()
|