Home
last modified time | relevance | path

Searched refs:ac_etime (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dacct.h57 comp_t ac_etime; /* acctng elapsed time in clock ticks */ member
78 comp_t ac_etime; /* acctng elapsed time in clock ticks */ member
/titanic_50/usr/src/cmd/acct/
H A Dacctcms.c265 real = expand(acct.oab.ac_etime); in tdofile()
282 real = expand(acct.ab.ac_etime); in tdofile()
345 if((etime = SECS(expand(acct.oab.ac_etime))) == 0) in dofile()
368 real = expand(acct.oab.ac_etime); in dofile()
396 if((etime = SECS(expand(acct.ab.ac_etime))) == 0) in dofile()
416 real = expand(acct.ab.ac_etime); in dofile()
H A Dacctprc.c86 if ((etime = SECS(expand(ab.ac_etime))) == 0) in main()
H A Dacctprc1.c130 if ((etime = SECS(expand(ab.ac_etime))) == 0) in main()
H A Dacctcom.c373 elapsed = expand(a->ac_etime); in dofile()
/titanic_50/usr/src/uts/common/os/
H A Dacct.c412 ag->acctbuf.ac_etime = acct_compress(ddi_get_lbolt() - ua->u_ticks); in acct()
/titanic_50/usr/src/cmd/sh/
H A Dservice.c652 sabuf.ac_etime = compress(after - before); in doacct()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c1374 sabuf.ac_etime = compress( (time_t)(after-before)); in sh_accend()