Home
last modified time | relevance | path

Searched refs:m_arg (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/net/patricia/
H A Dradix.c116 static boolean_t rn_lexobetter(void *m_arg, void *n_arg);
196 rn_search_m(v_arg, head, m_arg) in rn_search_m() argument
198 void *v_arg, *m_arg;
201 caddr_t v = v_arg, m = m_arg;
220 rn_refines(m_arg, n_arg) in rn_refines() argument
221 void *m_arg, *n_arg; in rn_refines()
223 caddr_t m = m_arg, n = n_arg;
247 rn_lookup(v_arg, m_arg, head) in rn_lookup() argument
248 void *v_arg, *m_arg; in rn_lookup()
254 if (m_arg) {
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c130 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() argument
133 uint8_t *v = v_arg, *m = m_arg; in rn_search_m()
151 rn_refines(void* m_arg, void *n_arg) in rn_refines() argument
153 uint8_t *m = m_arg, *n = n_arg; in rn_refines()
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() argument
174 if (m_arg) { in rn_lookup()
175 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == in rn_lookup()
505 rn_lexobetter(void *m_arg, void *n_arg) in rn_lexobetter() argument
507 uint8_t *mp = m_arg, *np = n_arg, *lim; in rn_lexobetter()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c687 boolean_t m_arg = _B_FALSE; in do_show_ifprop() local
714 if (m_arg) in do_show_ifprop()
716 m_arg = _B_TRUE; in do_show_ifprop()
732 if (!m_arg) in do_show_ifprop()
780 boolean_t m_arg = _B_FALSE; in set_ifprop() local
799 if (m_arg) in set_ifprop()
801 m_arg = _B_TRUE; in set_ifprop()
812 if (!m_arg || !p_arg || optind != argc - 1) in set_ifprop()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c4419 boolean_t m_arg = B_FALSE; in do_show_phys() local
4457 m_arg = B_TRUE; in do_show_phys()
4471 if (m_arg && H_arg) in do_show_phys()
4490 state.ls_mac = m_arg; in do_show_phys()
4493 if (m_arg && !(flags & DLADM_OPT_ACTIVE)) { in do_show_phys()