Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dacctcon1.c61 time_t ttime; /* start time */ member
256 tp->ttime += timediff; in loop()
354 told = tp->ttime; in update()
366 tp->ttime = tnew; in update()
369 tp->ttime = tnew; in update()
440 double ttime; in printlin() local
444 ttime = 0.0; in printlin()
451 ttime += timei; in printlin()
466 ttime, tsess, ton, toff); in printlin()
H A Dacctcon.c63 time_t ttime; /* start time */ member
232 tp->ttime += timediff; in loop()
332 told = tp->ttime; in update()
340 tp->ttime = tnew; in update()
343 tp->ttime = tnew; in update()
415 double ttime; in printlin() local
419 ttime = 0.0; in printlin()
428 ttime += timei; in printlin()
443 ttime, tsess, ton, toff); in printlin()
/titanic_44/usr/src/uts/common/sys/
H A Dstrlog.h57 time32_t ttime; /* time in seconds since 1970 */ member
60 time_t ttime; member
/titanic_44/usr/src/cmd/streams/log/
H A Dstrerr.c81 newtime = lp->ttime - timezone; in logfile()
90 makefile(errfile, lp->ttime); in logfile()
177 time_t t = (time_t)lp->ttime; in prlog()
H A Dstrace.c244 time_t t = (time_t)lp->ttime; in prlog()
/titanic_44/usr/src/uts/common/os/
H A Dlogsubr.c332 if (lc->ttime == 0) { in log_conswitch()
355 hlc->ttime = lc->ttime - (lc->ltime - hlc->ltime) / hz; in log_conswitch()
365 hlc->ttime = gethrestime_sec() - in log_conswitch()
617 lc->ttime = gethrestime_sec(); in log_sendmsg()
619 lc->ttime = 0; in log_sendmsg()
/titanic_44/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.x335 % 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()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c97 mdb_printf("%Y %?p ", lctl.ttime, next.b_rptr); in msgbuf()
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c684 ulong_t ttime, nttime, interval; in define_nerrs() local
778 if ((ttime = (item->access_time * 2)) < MIN_REPORT_TIME) in define_nerrs()
779 ttime = MIN_REPORT_TIME; in define_nerrs()
780 else if (max_edef_wait != 0 && ttime > max_edef_wait) in define_nerrs()
781 ttime = max_edef_wait; in define_nerrs()
789 i, item->repcount, acnt, intrs, ttime); in define_nerrs()
791 for (j = 0, fon = 1, nttime = ttime; j < item->repcount; in define_nerrs()
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg242 # ttime prepend a time stamp to diagnostics. The value
247 # interpreting dtime and ttime information.
282 # TRANSLATION_NOTE -- do not translate the first token "ttime".
283 @ MSG_USE_R4_F " ttime prepend a time stamp to diagnostics. \
293 @ MSG_USE_R4_F6 " interpreting dtime and ttime \
1527 @ MSG_TOK_TTIME "ttime"
/titanic_44/usr/src/lib/libdladm/common/
H A Dusage.c40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument
43 (ttime) = 0; \
/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c6908 time_t ttime; in verbose() local
7072 ttime = Gen.g_mtime; in verbose()
7074 dcgettext(NULL, FORMAT, LC_TIME), localtime(&ttime)); in verbose()
/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c1151 mp->ts = lp->ttime; in formatsys()