Home
last modified time | relevance | path

Searched defs:acctv2 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dacct.h89 struct acctv2 { struct
92 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 …]