Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dacctcms.c67 long tcm_pc; /* number of processes */ member
261 cmt.tcm_pc = 1; in tdofile()
278 cmt.tcm_pc = 1; in tdofile()
520 if (i != j && tcm[i].tcm_comm[0] && tcm[i].tcm_pc <= 1) { in tfixjunk()
541 p1->tcm_pc += p2->tcm_pc; in tcmadd()
574 tcm[k].tcm_pc = tcm[i].tcm_pc; in tsqueeze()
661 if (p1->tcm_pc == p2->tcm_pc) in tncmp()
663 return ((p2->tcm_pc > p1->tcm_pc)? 1 : -1); in tncmp()
708 printf(" %7ld", p->tcm_pc); in tprint()
714 if(p->tcm_pc == 0) p->tcm_pc = 1; in tprint()
[all …]