Searched defs:acctv2 (Results 1 – 1 of 1) sorted by relevance
89 struct acctv2 { struct92 uint16_t ac_len; /* record length */95 float ac_utime; /* user time */96 float ac_stime; /* system time */97 float ac_etime; /* elapsed time */98 time_t ac_btime; /* starting time */99 uid_t ac_uid; /* user id */100 gid_t ac_gid; /* group id */105 uint16_t ac_len2; /* record length */106 union {[all …]