Searched refs:dladm_flow_info (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 697 dladm_flow_info(handle, flowname, &attr) != DLADM_STATUS_OK) in main() 771 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_date() 799 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_time() 871 if (!state->us_showall && ((status = dladm_flow_info(handle, in show_history_res() 972 dladm_flow_info(handle, resource, &attr) != in do_show_history()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlflow.h | 66 extern dladm_status_t dladm_flow_info(dladm_handle_t, const char *,
|
H A D | flowprop.c | 215 dladm_flow_info(dladm_handle_t handle, const char *flow, in dladm_flow_info() function 273 status = dladm_flow_info(handle, flow, &fa); in do_get_maxbw() 367 status = dladm_flow_info(handle, flow, &fa); in do_get_priority()
|
H A D | mapfile-vers | 185 dladm_flow_info;
|
/illumos-gate/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 568 if (dladm_flow_info(handle, name, &attr) != DLADM_STATUS_OK) in show_one_flow() 1228 if ((status = dladm_flow_info(handle, flow, &attr)) != in show_flowprop_one_flow()
|