Lines Matching refs:ls_status

120 	dladm_status_t	ls_status;  member
966 dladm_status_t ls_status; member
975 dladm_status_t ls_status; member
2868 state->ls_status = status; in show_link()
3513 if (state.ls_status != DLADM_STATUS_OK) { in do_show_link()
3514 die_dlerr(state.ls_status, "failed to show link %s", in do_show_link()
4150 status = state.ls_status; in do_show_iptun()
4288 ((show_state_t *)arg)->ls_status = print_iptun(dh, linkid, arg); in print_iptun_walker()
4333 state->ls_status = print_phys(state, linkid); in show_phys()
4390 state->ls_status = status; in show_vlan()
4514 if (state.ls_status != DLADM_STATUS_OK) { in do_show_phys()
4515 die_dlerr(state.ls_status, in do_show_phys()
4593 if (state.ls_status != DLADM_STATUS_OK) { in do_show_vlan()
4594 die_dlerr(state.ls_status, "failed to show vlan %s", in do_show_vlan()
5514 state->ls_status = print_simnet(state, linkid); in show_simnet()
5595 if (state.ls_status != DLADM_STATUS_OK) { in do_show_simnet()
5597 die_dlerr(state.ls_status, "failed to show simnet %s", in do_show_simnet()
6488 statep->ls_status = status; in print_linkprop()
6504 statep->ls_status == DLADM_STATUS_OK) { in print_linkprop()
6509 statep->ls_status = status; in print_linkprop()
6515 statep->ls_status = DLADM_STATUS_OK; in print_linkprop()
6566 if (statep->ls_status != DLADM_STATUS_OK) { in print_linkprop_cb()
6580 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6587 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6594 if (statep->ls_status != DLADM_STATUS_OK) in print_linkprop_cb()
6605 return ((statep->ls_status == DLADM_STATUS_OK) ? in print_linkprop_cb()
6728 state.ls_status = DLADM_STATUS_OK; in do_show_linkprop()
6764 statep->ls_status = DLADM_STATUS_OK; in show_linkprop_onelink()
6768 statep->ls_status = DLADM_STATUS_NOTFOUND; in show_linkprop_onelink()
6774 statep->ls_status = DLADM_STATUS_BADARG; in show_linkprop_onelink()
6837 statep->ls_status = status; in reset_one_linkprop()
6906 state.ls_status = DLADM_STATUS_OK; in set_linkprop()
6911 status = state.ls_status; in set_linkprop()
8275 brstate->state.ls_status = print_bridge_stats(&brstate->state, in show_bridge()
8282 brstate->state.ls_status = print_bridge(&brstate->state, linkid, in show_bridge()
8286 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge()
8460 brstate->state.ls_status = print_bridge_link_stats( in show_bridge_link()
8467 brstate->state.ls_status = print_bridge_link(&brstate->state, in show_bridge_link()
8471 if (brstate->state.ls_status == DLADM_STATUS_OK) in show_bridge_link()
8512 state->ls_status = dladm_datalink_id2info(handle, in show_bridge_fwd()
8516 if (state->ls_status == DLADM_STATUS_OK) in show_bridge_fwd()
8532 state->ls_status = dladm_datalink_id2info(handle, in show_bridge_trillnick()
8539 if (state->ls_status == DLADM_STATUS_OK) in show_bridge_trillnick()
8726 if (brstate.state.ls_status != in do_show_bridge()
8728 die_dlerr(brstate.state.ls_status, in do_show_bridge()