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