Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dnl_strncmp.c39 char ns1[MAXSTR+1]; local
44 p1 = ns1;
53 return (strcoll(ns1, ns2));
/titanic_44/usr/src/lib/libdladm/common/
H A Dusage.c693 update_stats(net_stat_t *ns1, net_entry_t *ne, net_stat_t *ref) in update_stats() argument
697 ns1->net_stat_ibytes -= (ref->net_stat_ibytes + ref->net_stat_tibytes); in update_stats()
698 ns1->net_stat_obytes -= (ref->net_stat_obytes + ref->net_stat_tobytes); in update_stats()
699 ns1->net_stat_ipackets -= (ref->net_stat_ipackets + in update_stats()
701 ns1->net_stat_opackets -= (ref->net_stat_opackets + in update_stats()
703 ns1->net_stat_ierrors -= (ref->net_stat_ierrors + in update_stats()
705 ns1->net_stat_oerrors -= (ref->net_stat_oerrors + in update_stats()
709 ref->net_stat_tibytes += ns1->net_stat_ibytes; in update_stats()
710 ref->net_stat_tobytes += ns1->net_stat_obytes; in update_stats()
711 ref->net_stat_tipackets += ns1->net_stat_ipackets; in update_stats()
[all …]
/titanic_44/usr/src/cmd/sa/
H A Dsadc.c695 diff_two_arrays(kstat_t ** const s[], size_t ns0, size_t ns1, in diff_two_arrays() argument
702 while (i < ns0 && j < ns1) { in diff_two_arrays()
732 while (j < ns1) { in diff_two_arrays()