Searched refs:ls_parsable (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 74 boolean_t ls_parsable; member 1483 curr->dc_statentry, state->ls_unit, state->ls_parsable); in walk_dlstat_stats() 1773 state.ls_parsable = p_arg; in do_show() 1775 if (state.ls_parsable) in do_show() 1803 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show() 1950 state.ls_parsable = p_arg; in do_show_phys() 1952 if (state.ls_parsable) in do_show_phys() 1982 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_phys() 2152 state.ls_parsable = p_arg; in do_show_link() 2154 if (state.ls_parsable) in do_show_link() [all …]
|
/titanic_44/usr/src/cmd/dladm/ |
H A D | dladm.c | 122 boolean_t ls_parsable; member 963 boolean_t ls_parsable; member 3512 state.ls_parsable = p_arg; in do_show_link() 3520 if (state.ls_parsable) in do_show_link() 3523 dladm_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_link() 3779 boolean_t is_parsable = mac_state->ms_state->ls_parsable; in print_phys_one_mac_cb() 4136 state.ls_parsable = B_TRUE; in do_show_iptun() 4159 dladm_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_iptun() 4288 laddr = (state->ls_parsable) ? "" : "--"; in print_iptun() 4295 raddr = (state->ls_parsable) ? "" : "--"; in print_iptun() [all …]
|