Searched refs:total_count (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsum/common/
H A Dsumlib.c32 uintmax_t total_count; \
135 sfprintf(sp, " %*I*u", (flags & SUM_LEGACY) ? 6 : 0, sizeof(x->total_count), x->total_count);
321 p->total_count++;
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c581 event_sum += event->total_count;
634 if (g_total_events > 0 && event->total_count > 0)
635 events = (double)event->total_count /
641 (double)event->total_count / interval);
H A Dutil.c124 if (ip->total_count > jp->total_count)
127 if (ip->total_count < jp->total_count)
H A Devents.c218 event->total_count = n;
H A Dpowertop.h170 uint64_t total_count; member in struct:event_info
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c368 int rc, refer_cnt, hadref, simple_request, samereq = 0, total_count; local
611 total_count = 0;
628 total_count += refer_cnt;
651 total_count += refer_cnt;
686 catgets(slapdcat, 1, 232, "read1msg: %1$d new referrals\n"), total_count, 0, 0 );

Completed in 30 milliseconds