Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dacctcom.c328 daydiff = a->ac_btime - (a->ac_btime % SECSINDAY); in dofile()
336 t = (time_t)a->ac_btime; in dofile()
346 daystart = (a->ac_btime - timezone + dst_secs) - in dofile()
347 ((a->ac_btime - timezone + dst_secs) % SECSINDAY); in dofile()
374 etime = (ulong_t)a->ac_btime + (ulong_t)SECS(elapsed); in dofile()
385 if(ts_a && (a->ac_btime < ts_a)) in dofile()
387 if(ts_b && (a->ac_btime > ts_b)) in dofile()
463 ab.ac_btime = oab.ac_btime; in aread()
564 t = a->ac_btime; in println()
H A Dacctprc1.c126 CPYN(pb.pt_name, getname(ab.ac_uid, ab.ac_tty, ab.ac_btime)); in main()
134 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
293 ab.ac_btime = oab.ac_btime; in aread()
H A Dacctprc.c90 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) { in main()
H A Dacctcms.c347 if (pnpsplit(acct.oab.ac_btime, etime, elaps) in dofile()
398 if(pnpsplit(acct.ab.ac_btime, etime, elaps) == 0) { in dofile()
/titanic_41/usr/src/uts/common/sys/
H A Dacct.h54 time32_t ac_btime; /* Beginning time */ member
75 time32_t ac_btime; /* Beginning time */ member
/titanic_41/usr/src/cmd/lastcomm/
H A Dlc_pacct.c92 t = acp->ac_btime; in lc_pacct()
/titanic_41/usr/src/uts/common/os/
H A Dacct.c408 ag->acctbuf.ac_btime = ua->u_start.tv_sec; in acct()
/titanic_41/usr/src/cmd/sh/
H A Dservice.c633 sabuf.ac_btime = time((time_t *)0); in preacct()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c1352 sabuf.ac_btime = time(NIL(time_t *)); in sh_accbegin()