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

/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c693 update_stats(net_stat_t *ns1, net_entry_t *ne, net_stat_t *ref) argument
697 ns1->net_stat_ibytes -= (ref->net_stat_ibytes + ref->net_stat_tibytes);
698 ns1->net_stat_obytes -= (ref->net_stat_obytes + ref->net_stat_tobytes);
699 ns1->net_stat_ipackets -= (ref->net_stat_ipackets +
701 ns1->net_stat_opackets -= (ref->net_stat_opackets +
703 ns1->net_stat_ierrors -= (ref->net_stat_ierrors +
705 ns1->net_stat_oerrors -= (ref->net_stat_oerrors +
709 ref->net_stat_tibytes += ns1->net_stat_ibytes;
710 ref->net_stat_tobytes += ns1->net_stat_obytes;
711 ref->net_stat_tipackets += ns1
804 net_stat_t *ns1; local
910 net_stat_t *ns1; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c1372 ucs2_t s1, s2, ns1, ns2; local
1409 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1410 _ure_add_symstate(b->expr[state].lhs, ns1, b);
1420 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1421 state = _ure_make_expr(_URE_OR, ns1, s1, b);
1425 ns1 = _ure_make_expr(_URE_STAR, s1, _URE_NOOP, b);
1426 state = _ure_make_expr(_URE_AND, s1, ns1, b);
1430 ns1 = _ure_make_expr(_URE_ONE, _URE_NOOP, _URE_NOOP, b);
1432 state = _ure_make_expr(_URE_OR, ns1, ns2, b);
1454 ns1
[all...]

Completed in 27 milliseconds