Home
last modified time | relevance | path

Searched refs:ac_stime (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dacct.h56 comp_t ac_stime; /* acctng system time in clock ticks */ member
77 comp_t ac_stime; /* acctng system time in clock ticks */ member
/titanic_41/usr/src/cmd/acct/
H A Dacctprc1.c132 stime = expand(ab.ac_stime) + expand(ab.ac_utime); in main()
295 ab.ac_stime = oab.ac_stime; in aread()
H A Dacctcom.c394 sys = expand(a->ac_stime); in dofile()
465 ab.ac_stime = oab.ac_stime; in aread()
H A Dacctprc.c88 stime = expand(ab.ac_stime) + expand(ab.ac_utime); in main()
H A Dacctcms.c262 cpu = expand(acct.oab.ac_stime)+ in tdofile()
279 cpu = expand(acct.oab.ac_stime)+ in tdofile()
362 cpu = expand(acct.oab.ac_stime)+ in dofile()
410 cpu = expand(acct.ab.ac_stime)+ in dofile()
/titanic_41/usr/src/cmd/lastcomm/
H A Dlc_pacct.c91 x = expand(acp->ac_utime) + expand(acp->ac_stime); in lc_pacct()
/titanic_41/usr/src/uts/common/os/
H A Dacct.c410 ag->acctbuf.ac_stime = acct_compress( in acct()
/titanic_41/usr/src/cmd/sh/
H A Dservice.c651 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c1373 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in sh_accend()