Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDacct.h53 struct acctv2 { struct
54 uint8_t ac_zero; /* zero identifies new version */
55 uint8_t ac_version; /* record version number */
56 uint16_t ac_len; /* record length */
58 char ac_comm[AC_COMM_LEN]; /* command name */
59 float ac_utime; /* user time */
60 float ac_stime; /* system time */
61 float ac_etime; /* elapsed time */
62 time_t ac_btime; /* starting time */
63 uid_t ac_uid; /* user id */
[all …]