Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/
H A Druntests.sh22 TOTAL=0
78 ((TOTAL+=1))
91 ((TOTAL+=1))
103 ((TOTAL+=1))
123 ((TOTAL+=1))
139 ((TOTAL+=1))
159 ((TOTAL+=1))
176 ((TOTAL+=1))
192 printf '\n\nTOTAL: %d/%d\n' "$SUCCESSES" "$TOTAL"
196 if [[ $SUCCESSES != $TOTAL ]]; then
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c814 printf(fmtmsz, TOTAL(p->pcm_kcore)/TOTAL(p->pcm_cpu)); in pprint()
816 printf(fmtmcpu, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_pc)); in pprint()
817 if ( TOTAL(p->pcm_real) == 0) in pprint()
819 printf(fmthog, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_real)); in pprint()
820 printf(fmtcharx,TOTAL(p->pcm_io)); in pprint()
829 printf(fmtcnt, TOTAL(p->pcm_pc)); in totprnt()
834 printf(fmtmsz, TOTAL(p->pcm_kcore)/TOTAL(p->pcm_cpu)); in totprnt()
836 printf(fmtmcpu, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_pc)); in totprnt()
837 if (TOTAL(p->pcm_real) == 0) in totprnt()
839 printf(fmthog, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_real)); in totprnt()
[all …]
H A Dacctdef.h94 #define TOTAL(a) (a[PRIME] + a[NONPRIME]) macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh98 die "output problem\n" unless /^TOTAL (\d+)/;