Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dacct.h88 struct acctv2 { struct
89 uint8_t ac_zero; /* zero identifies new version */
90 uint8_t ac_version; /* record version number */
91 uint16_t ac_len; /* record length */
93 char ac_comm[AC_COMM_LEN]; /* command name */
94 float ac_utime; /* user time */
95 float ac_stime; /* system time */
96 float ac_etime; /* elapsed time */
97 time_t ac_btime; /* starting time */
98 uid_t ac_uid; /* user id */
[all …]