Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dacctprc2.c53 long ut_pc; /* # processes */ member
111 ub->ut_pc = 1; in enter()
124 (*pt)->ut_pc++; in enter()
137 tb.ta_pc = (*(struct utab **)node)->ut_pc; in print_node()
H A Dacctprc.c58 long ut_pc; /* # processes */ member
137 ub->ut_pc = 1; in enter()
150 (*pt)->ut_pc++; in enter()
164 tb.ta_pc = (*(struct utab **)node)->ut_pc; in print_node()
H A Dacctdef.h105 #define UBEMPTY (ub[i].ut_pc == 0 && ub[i].ut_cpu[0] == 0 && \