Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dacct.h55 comp_t ac_utime; /* acctng user time in clock ticks */ member
76 comp_t ac_utime; /* acctng user 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()
294 ab.ac_utime = oab.ac_utime; in aread()
H A Dacctcom.c395 user = expand(a->ac_utime); in dofile()
464 ab.ac_utime = oab.ac_utime; in aread()
H A Dacctprc.c88 stime = expand(ab.ac_stime) + expand(ab.ac_utime); in main()
H A Dacctcms.c263 expand(acct.oab.ac_utime); in tdofile()
280 expand(acct.oab.ac_utime); in tdofile()
363 expand(acct.oab.ac_utime); in dofile()
411 expand(acct.ab.ac_utime); 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.c409 ag->acctbuf.ac_utime = acct_compress(NSEC_TO_TICK(p->p_acct[LMS_USER])); in acct()
/titanic_41/usr/src/cmd/sh/
H A Dservice.c650 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); in doacct()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c1372 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); in sh_accend()