Home
last modified time | relevance | path

Searched refs:new_link (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dsched-deps.c1634 rtx new_link, from; in add_forw_dep() local
1659 new_link = alloc_INSN_LIST (to, INSN_DEPEND (from)); in add_forw_dep()
1661 new_link = alloc_DEPS_LIST (to, INSN_DEPEND (from), DEP_STATUS (link)); in add_forw_dep()
1663 PUT_REG_NOTE_KIND (new_link, REG_NOTE_KIND (link)); in add_forw_dep()
1665 INSN_DEPEND (from) = new_link; in add_forw_dep()
/freebsd-12-stable/sys/net/
Dif_bridge.c3836 int new_link, hasls; in bridge_linkcheck() local
3840 new_link = LINK_STATE_DOWN; in bridge_linkcheck()
3847 new_link = LINK_STATE_UP; in bridge_linkcheck()
3853 new_link = LINK_STATE_UP; in bridge_linkcheck()
3855 if_link_state_change(sc->sc_ifp, new_link); in bridge_linkcheck()
Dif_lagg.c2033 int new_link = LINK_STATE_DOWN; in lagg_linkstate() local
2046 new_link = LINK_STATE_UP; in lagg_linkstate()
2051 if_link_state_change(sc->sc_ifp, new_link); in lagg_linkstate()