Searched refs:time_now (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c78 uuid_time_t time_now; local
85 get_system_time(&time_now);
90 if (time_last != time_now) {
106 time_last = time_now;
110 *timestamp = time_now + uuids_this_tick;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c41 struct time_now { krb5_int32 sec, usec; }; struct
53 get_time_now(struct time_now *n)
68 get_time_now(struct time_now *n)
89 static struct time_now last_time;
94 struct time_now now;
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrd.h104 time_t time_now; /* time the program began */ variable
H A Dauditrt.h239 extern time_t time_now; /* time program began */
H A Dmain.c889 time_now = tp.tv_sec; /* save for general use */
891 f_end = time_now; /* last record time default */
H A Dtime.c409 (void) memcpy((char *)&nowtime, (char *)gmtime(&time_now),
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c76 time_t time_now; local
78 time_now = start_time + ((prom_gettime() / 1000) - secs_since_boot);
81 *tloc = time_now;
86 return (time_now);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c131 krb5_timestamp time_now; local
143 if ((retval = krb5_timeofday(context, &time_now)))
145 request->nonce = (krb5_int32) time_now;
323 krb5_timestamp time_now,
378 (labs(as_reply->enc_part2->times.starttime - time_now)
388 krb5_timestamp time_now,
538 krb5_timestamp time_now; local
675 if ((retval = krb5_timeofday(context, &time_now)))
682 request.nonce = (krb5_int32) time_now;
730 if ((retval = verify_as_reply(context, time_now,
322 verify_as_reply(krb5_context context, krb5_timestamp time_now, krb5_kdc_req *request, krb5_kdc_rep *as_reply) argument
387 stash_as_reply(krb5_context context, krb5_timestamp time_now, krb5_kdc_req *request, krb5_kdc_rep *as_reply, krb5_creds * creds, krb5_ccache ccache) argument
1009 krb5_timestamp time_now; local
[all...]
H A Dsend_tgs.c168 krb5_timestamp time_now; local
195 if ((retval = krb5_timeofday(context, &time_now)))
198 rep->expected_nonce = tgsreq.nonce = (krb5_int32) time_now;
199 rep->request_time = time_now;
/illumos-gate/usr/src/cmd/rexd/
H A Dunder.c53 time_t time_now; variable
155 time_now = time((long *) 0);
H A Dmount_nfs.c79 extern time_t time_now;
806 if (goodtime > time_now && strcmp(hostname, goodhost) == 0)
808 if (deadtime > time_now && strcmp(hostname, deadhost) == 0)
831 goodtime = time_now + cache_time;
834 deadtime = time_now + cache_time;
H A Drpc.rexd.c91 time_t time_now; variable
349 time_now = time((time_t *)0);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c657 struct timeval time_now; local
659 (void) gettimeofday(&time_now, (struct timezone *)0);
660 if (time_now.tv_usec < send_time->tv_usec) {
661 time_now.tv_sec--;
662 time_now.tv_usec += 1000000;
664 send_time->tv_sec = time_now.tv_sec - send_time->tv_sec;
665 send_time->tv_usec = time_now.tv_usec - send_time->tv_usec;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c701 int time_now; local
723 time_now = time(0);
729 if ((time_now - ps->start_time) <
743 if ((time_now - ps->start_time)
761 if ((time_now - ps->start_time)

Completed in 89 milliseconds