Lines Matching defs:tacct
126 struct tacct { struct
127 uid_t ta_uid; /* userid */
128 char ta_name[NSZ]; /* login name */
129 float ta_cpu[2]; /* cum. cpu time, p/np (mins) */
130 float ta_kcore[2]; /* cum kcore-minutes, p/np */
131 float ta_con[2]; /* cum. connect time, p/np, mins */
132 float ta_du; /* cum. disk usage */
133 long ta_pc; /* count of processes */
134 unsigned short ta_sc; /* count of login sessions */
135 unsigned short ta_dc; /* count of disk samples */
136 unsigned short ta_fee; /* fee for special services */