Lines Matching defs:o_acct
68 struct o_acct { struct
69 char ac_flag; /* Accounting flag */
70 char ac_stat; /* Exit status */
71 o_uid_t ac_uid; /* Accounting user ID */
72 o_gid_t ac_gid; /* Accounting group ID */
73 o_dev_t ac_tty; /* control typewriter */
74 time32_t ac_btime; /* Beginning time */
75 comp_t ac_utime; /* acctng user time in clock ticks */
76 comp_t ac_stime; /* acctng system time in clock ticks */
77 comp_t ac_etime; /* acctng elapsed time in clock ticks */
78 comp_t ac_mem; /* memory usage */
79 comp_t ac_io; /* chars transferred */
80 comp_t ac_rw; /* blocks read or written */
81 char ac_comm[8]; /* command name */