Lines Matching refs:ls_status
130 dladm_status_t ls_status; member
1000 dladm_status_t ls_status; member
1009 dladm_status_t ls_status; member
3002 state->ls_status = status; in show_link()
3654 if (state.ls_status != DLADM_STATUS_OK) { in do_show_link()
3655 die_dlerr(state.ls_status, "failed to show link %s", in do_show_link()
4297 status = state.ls_status; in do_show_iptun()
4435 ((show_state_t *)arg)->ls_status = print_iptun(dh, linkid, arg); in print_iptun_walker()
4480 state->ls_status = print_phys(state, linkid); in show_phys()
4537 state->ls_status = status; in show_vlan()
4661 if (state.ls_status != DLADM_STATUS_OK) { in do_show_phys()
4662 die_dlerr(state.ls_status, in do_show_phys()
4748 if (state.ls_status != DLADM_STATUS_OK) { in do_show_vlan()
4749 die_dlerr(state.ls_status, "failed to show vlan %s", in do_show_vlan()
5692 state->ls_status = print_simnet(state, linkid); in show_simnet()
5773 if (state.ls_status != DLADM_STATUS_OK) { in do_show_simnet()
5775 die_dlerr(state.ls_status, "failed to show simnet %s", in do_show_simnet()
6666 statep->ls_status = status; in print_linkprop()
6682 statep->ls_status == DLADM_STATUS_OK) { in print_linkprop()
6687 statep->ls_status = status; in print_linkprop()
6693 statep->ls_status = DLADM_STATUS_OK; in print_linkprop()
6744 if (statep->ls_status != DLADM_STATUS_OK) { in print_linkprop_cb()
6758 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6765 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6772 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6783 return ((statep->ls_status == DLADM_STATUS_OK) ? in print_linkprop_cb()
6906 state.ls_status = DLADM_STATUS_OK; in do_show_linkprop()
6942 statep->ls_status = DLADM_STATUS_OK; in show_linkprop_onelink()
6946 statep->ls_status = DLADM_STATUS_NOTFOUND; in show_linkprop_onelink()
6952 statep->ls_status = DLADM_STATUS_BADARG; in show_linkprop_onelink()
7015 statep->ls_status = status; in reset_one_linkprop()
7084 state.ls_status = DLADM_STATUS_OK; in set_linkprop()
7089 status = state.ls_status; in set_linkprop()
8452 brstate->state.ls_status = print_bridge_stats(&brstate->state, in show_bridge()
8454 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge()
8460 brstate->state.ls_status = print_bridge(&brstate->state, linkid, in show_bridge()
8462 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge()
8635 brstate->state.ls_status = print_bridge_link_stats( in show_bridge_link()
8637 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge_link()
8643 brstate->state.ls_status = print_bridge_link(&brstate->state, in show_bridge_link()
8645 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge_link()
8687 state->ls_status = dladm_datalink_id2info(handle, in show_bridge_fwd()
8691 if (state->ls_status == DLADM_STATUS_OK) in show_bridge_fwd()
8707 state->ls_status = dladm_datalink_id2info(handle, in show_bridge_trillnick()
8714 if (state->ls_status == DLADM_STATUS_OK) in show_bridge_trillnick()
8904 if (brstate.state.ls_status != in do_show_bridge()
8906 die_dlerr(brstate.state.ls_status, in do_show_bridge()