Home
last modified time | relevance | path

Searched refs:ttime (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c61 time_t ttime; /* start time */ member
256 tp->ttime += timediff; in loop()
355 told = tp->ttime; in update()
367 tp->ttime = tnew; in update()
370 tp->ttime = tnew; in update()
441 double ttime; in printlin() local
445 ttime = 0.0; in printlin()
452 ttime += timei; in printlin()
467 ttime, tsess, ton, toff); in printlin()
H A Dacctcon.c61 time_t ttime; /* start time */ member
230 tp->ttime += timediff; in loop()
331 told = tp->ttime; in update()
339 tp->ttime = tnew; in update()
342 tp->ttime = tnew; in update()
414 double ttime; in printlin() local
418 ttime = 0.0; in printlin()
427 ttime += timei; in printlin()
442 ttime, tsess, ton, toff); in printlin()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrlog.h55 time32_t ttime; /* time in seconds since 1970 */ member
58 time_t ttime; member
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c79 newtime = lp->ttime - timezone; in logfile()
88 makefile(errfile, lp->ttime); in logfile()
175 time_t t = (time_t)lp->ttime; in prlog()
H A Dstrace.c242 time_t t = (time_t)lp->ttime; in prlog()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c115 mdb_printf("%Y ", lctl.ttime); in msgbuf()
133 diff = (int64_t)lctl.ttime - hr_time.tv_sec; in msgbuf()
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c346 if (lc->ttime == 0) { in log_conswitch()
369 hlc->ttime = lc->ttime - (lc->ltime - hlc->ltime) / hz; in log_conswitch()
379 hlc->ttime = gethrestime_sec() - in log_conswitch()
631 lc->ttime = gethrestime_sec(); in log_sendmsg()
633 lc->ttime = 0; in log_sendmsg()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.h61 nis_object *oldDir, uint32_t ttime);
H A Dldap_glob.c67 nis_object *obj, nis_object *oldDir, uint32_t ttime) { in __local_addUpdate() argument
H A Ddb_mindex_c.x338 % nis_object *obj, nis_object *tobj, uint32_t ttime,
H A Ddb_mindex2.cc448 nis_object *obj, nis_object *tobj, uint32_t ttime, in updateTableEntry() argument
618 numAttrs, attr, oldObj, 0, ttime); in updateTableEntry()
623 numAttrs, attr, obj, 0, ttime); in updateTableEntry()
626 oldObj, 0, ttime); in updateTableEntry()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c677 ulong_t ttime, nttime, interval; in define_nerrs() local
771 if ((ttime = (item->access_time * 2)) < MIN_REPORT_TIME) in define_nerrs()
772 ttime = MIN_REPORT_TIME; in define_nerrs()
773 else if (max_edef_wait != 0 && ttime > max_edef_wait) in define_nerrs()
774 ttime = max_edef_wait; in define_nerrs()
782 i, item->repcount, acnt, intrs, ttime); in define_nerrs()
784 for (j = 0, fon = 1, nttime = ttime; j < item->repcount; in define_nerrs()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg243 # ttime prepend a time stamp to diagnostics. The value
248 # interpreting dtime and ttime information.
283 # TRANSLATION_NOTE -- do not translate the first token "ttime".
284 @ MSG_USE_R4_F " ttime prepend a time stamp to diagnostics. \
294 @ MSG_USE_R4_F6 " interpreting dtime and ttime \
1531 @ MSG_TOK_TTIME "ttime"
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument
43 (ttime) = 0; \
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c6916 time_t ttime; in verbose() local
7079 ttime = Gen.g_mtime; in verbose()
7081 dcgettext(NULL, FORMAT, LC_TIME), localtime(&ttime)); in verbose()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1142 mp->ts = lp->ttime; in formatsys()