Searched defs:ns1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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));
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c687 * are arrays of kstats of size ns0 and ns1, respectively, and sorted by
689 * caller-zallocated; each must be of size MAX(ns0, ns1). When the
695 diff_two_arrays(kstat_t ** const s[], size_t ns0, size_t ns1, argument
702 while (i < ns0 && j < ns1) {
732 while (j < ns1) {
/illumos-gate/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...]

Completed in 63 milliseconds