Searched defs:o_acct (Results 1 – 1 of 1) sorted by relevance
69 struct o_acct { struct70 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 */[all …]