Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dacct.h53 struct acct { struct
54 char ac_comm[AC_COMM_LEN]; /* command name */
55 comp_t ac_utime; /* user time */
56 comp_t ac_stime; /* system time */
57 comp_t ac_etime; /* elapsed time */
58 time_t ac_btime; /* starting time */
82 int acct_process (struct proc *p); argument
H A Dsysunion.h59 struct acct_args acct; member
/dragonfly/sys/kern/
H A Dkern_acct.c198 struct acct acct; in acct_process() local
/dragonfly/lib/libcompat/4.3/
H A Drexec.c444 char *acct = NULL; in rexec() local
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_1x.c622 struct radius_msg *msg, int acct) in add_sqlite_radius_attr()