Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c195 t1->ta_con[0] = t1->ta_con[0] + t2->ta_con[0]; in tacctadd()
196 t1->ta_con[1] = t1->ta_con[1] + t2->ta_con[1]; in tacctadd()
232 &tp->ta_con[0], &tp->ta_con[1], in getnext()
260 tp->ta_con[0], tp->ta_con[1], in prtacct()
H A Dacctcon2.c59 tb.ta_con[0] = MINS(cb.ct_con[0]); in main()
60 tb.ta_con[1] = MINS(cb.ct_con[1]); in main()
H A Dacctdef.h131 float ta_con[2]; /* cum. connect time, p/np, mins */ member
H A Dacctcon.c503 tb.ta_con[0] = ((*(struct ctab **)node)->ct_con[0]) / 60.0; in print_node()
504 tb.ta_con[1] = ((*(struct ctab **)node)->ct_con[1]) / 60.0; in print_node()