Home
last modified time | relevance | path

Searched refs:of_arg (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c302 of_str(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_str() argument
304 ilbadm_rl_list_arg_t *ra = (ilbadm_rl_list_arg_t *)of_arg->ofmt_cbarg; in of_str()
307 switch (of_arg->ofmt_id) { in of_str()
324 of_proto(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_proto() argument
326 ilbadm_rl_list_arg_t *ra = (ilbadm_rl_list_arg_t *)of_arg->ofmt_cbarg; in of_proto()
339 of_rl_ip(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_rl_ip() argument
341 ilbadm_rl_list_arg_t *ra = (ilbadm_rl_list_arg_t *)of_arg->ofmt_cbarg; in of_rl_ip()
345 switch (of_arg->ofmt_id) { in of_rl_ip()
374 of_rl_mask(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_rl_mask() argument
376 ilbadm_rl_list_arg_t *ra = (ilbadm_rl_list_arg_t *)of_arg->ofmt_cbarg; in of_rl_mask()
[all …]
H A Dilbadm_hc.c93 print_hc(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_hc() argument
95 enum hc_print_id id = of_arg->ofmt_id; in print_hc()
96 ilb_hc_info_t *info = (ilb_hc_info_t *)of_arg->ofmt_cbarg; in print_hc()
187 print_hc_result(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_hc_result() argument
189 enum hc_print_id id = of_arg->ofmt_id; in print_hc_result()
190 ilb_hc_srv_t *srv = (ilb_hc_srv_t *)of_arg->ofmt_cbarg; in print_hc_result()
H A Dilbadm_sg.c100 of_sgname(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_sgname() argument
102 sg_srv_o_arg_t *l = (sg_srv_o_arg_t *)of_arg->ofmt_cbarg; in of_sgname()
109 of_srvID(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_srvID() argument
111 sg_srv_o_arg_t *l = (sg_srv_o_arg_t *)of_arg->ofmt_cbarg; in of_srvID()
118 of_port(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_port() argument
120 sg_srv_o_arg_t *l = (sg_srv_o_arg_t *)of_arg->ofmt_cbarg; in of_port()
123 if (of_arg->ofmt_id == 0) { in of_port()
140 of_ip(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_ip() argument
142 sg_srv_o_arg_t *l = (sg_srv_o_arg_t *)of_arg->ofmt_cbarg; in of_ip()
H A Dilbadm_stats.c215 of_timestamp(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_timestamp() argument
294 of_server_stats(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_server_stats() argument
296 ilbst_arg_t *sta = (ilbst_arg_t *)of_arg->ofmt_cbarg; in of_server_stats()
302 switch (of_arg->ofmt_id) { in of_server_stats()
344 of_itemize_stats(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_itemize_stats() argument
346 ilbst_arg_t *sta = (ilbst_arg_t *)of_arg->ofmt_cbarg; in of_itemize_stats()
356 switch (of_arg->ofmt_id) { in of_itemize_stats()
395 of_rule_stats(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_rule_stats() argument
397 ilbst_arg_t *sta = (ilbst_arg_t *)of_arg->ofmt_cbarg; in of_rule_stats()
401 switch (of_arg->ofmt_id) { in of_rule_stats()
/titanic_50/usr/src/cmd/flowstat/
H A Dflowstat.c363 print_flow_stats_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_flow_stats_cb() argument
365 flow_args_t *fargs = of_arg->ofmt_cbarg; in print_flow_stats_cb()
370 switch (of_arg->ofmt_id) { in print_flow_stats_cb()
1102 print_default_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_default_cb() argument
1106 value = (char *)of_arg->ofmt_cbarg + of_arg->ofmt_id; in print_default_cb()
/titanic_50/usr/src/cmd/flowadm/
H A Dflowadm.c1030 print_flowprop_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_flowprop_cb() argument
1032 flowprop_args_t *arg = of_arg->ofmt_cbarg; in print_flowprop_cb()
1039 switch (of_arg->ofmt_id) { in print_flowprop_cb()
1272 print_default_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_default_cb() argument
1276 value = (char *)of_arg->ofmt_cbarg + of_arg->ofmt_id; in print_default_cb()