Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dacct.h54 struct acctv3 { struct
55 uint8_t ac_zero; /* zero identifies new version */
56 uint8_t ac_version; /* record version number */
57 uint16_t ac_len; /* record length */
59 char ac_comm[AC_COMM_LEN]; /* command name */
60 float ac_utime; /* user time */
61 float ac_stime; /* system time */
62 float ac_etime; /* elapsed time */
63 time_t ac_btime; /* starting time */
64 uid_t ac_uid; /* user id */
[all …]