Searched refs:ls_parsable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c74 boolean_t ls_parsable; member in struct:show_state
1483 curr->dc_statentry, state->ls_unit, state->ls_parsable);
1773 state.ls_parsable = p_arg;
1775 if (state.ls_parsable)
1803 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt);
1950 state.ls_parsable = p_arg;
1952 if (state.ls_parsable)
1982 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt);
2152 state.ls_parsable = p_arg;
2154 if (state.ls_parsable)
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c124 boolean_t ls_parsable; member in struct:show_state
965 boolean_t ls_parsable; member in struct:show_linkprop_state
3496 state.ls_parsable = p_arg;
3504 if (state.ls_parsable)
3510 dladm_ofmt_check(oferr, state.ls_parsable, ofmt);
3766 boolean_t is_parsable = mac_state->ms_state->ls_parsable;
4123 state.ls_parsable = B_TRUE;
4146 dladm_ofmt_check(oferr, state.ls_parsable, ofmt);
4275 laddr = (state->ls_parsable) ? "" : "--";
4282 raddr = (state->ls_parsable)
[all...]

Completed in 77 milliseconds