/titanic_44/usr/src/cmd/acct/ |
H A D | acctcon1.c | 61 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 D | acctcon.c | 63 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 D | strlog.h | 57 time32_t ttime; /* time in seconds since 1970 */ member 60 time_t ttime; member
|
/titanic_44/usr/src/cmd/streams/log/ |
H A D | strerr.c | 81 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 D | strace.c | 244 time_t t = (time_t)lp->ttime; in prlog()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | logsubr.c | 332 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 D | ldap_glob.h | 61 nis_object *oldDir, uint32_t ttime);
|
H A D | ldap_glob.c | 67 nis_object *obj, nis_object *oldDir, uint32_t ttime) { in __local_addUpdate() argument
|
H A D | db_mindex_c.x | 335 % nis_object *obj, nis_object *tobj, uint32_t ttime,
|
H A D | db_mindex2.cc | 448 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 D | log.c | 97 mdb_printf("%Y %?p ", lctl.ttime, next.b_rptr); in msgbuf()
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 684 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 D | liblddbg.msg | 242 # 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 D | usage.c | 40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument 43 (ttime) = 0; \
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 6908 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 D | syslogd.c | 1151 mp->ts = lp->ttime; in formatsys()
|