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