Searched refs:starttime (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvalid_times.c41 krb5_timestamp currenttime, starttime; local
47 /* if starttime is not in ticket, then treat it as authtime */
48 if (times->starttime != 0)
49 starttime = times->starttime;
51 starttime = times->authtime;
53 if (starttime - currenttime > context->clockskew)
H A Dgc_via_tkt.c336 t_err = krb5_timestamp_to_sfstring(tkt->times.starttime,
408 (in_cred->times.starttime != 0) &&
409 (in_cred->times.starttime != dec_rep->enc_part2->times.starttime))
430 if (!in_cred->times.starttime &&
431 !in_clock_skew(dec_rep->enc_part2->times.starttime,
H A Dgic_pwd.c521 krb5_int32 starttime; local
545 krb5_timeofday(context, &starttime);
546 if (creds->times.starttime) starttime = creds->times.starttime;
547 krb5_get_init_creds_opt_set_tkt_life(opt, creds->times.endtime - starttime);
557 options, and using creds->times.starttime, creds->times.endtime,
H A Dfwd_tgt.c179 creds.times.starttime = 0;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c122 hrtime_t starttime; local
131 starttime = gethrtime();
209 ((gethrtime() - starttime)/MICROSEC));
H A Dpi_walker.c200 hrtime_t starttime; local
209 starttime = gethrtime();
299 (endtime-starttime)/MICROSEC);
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash151 starttime=$(/bin/date +%s)
152 curtime=$starttime
155 while [[ $timeout -eq 0 ]] || [[ $curtime -le $(($starttime + $timeout)) ]]; do
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c229 enc_tkt_reply.times.starttime = request->from;
231 enc_tkt_reply.times.starttime = kdc_time;
239 tmp_client_times = (long long) enc_tkt_reply.times.starttime + client.max_life;
241 tmp_server_times = (long long) enc_tkt_reply.times.starttime + server.max_life;
243 tmp_realm_times = (long long) enc_tkt_reply.times.starttime + max_life_for_realm;
268 tmp_client_times = (double) enc_tkt_reply.times.starttime + client.max_renewable_life;
270 tmp_server_times = (double) enc_tkt_reply.times.starttime + server.max_renewable_life;
272 tmp_realm_times = (double) enc_tkt_reply.times.starttime + max_renewable_life_for_realm;
281 /* starttime is optional, and treated as authtime if not present.
283 if (enc_tkt_reply.times.starttime
[all...]
H A Ddo_tgs_req.c288 enc_tkt_reply.times.starttime = 0;
291 * Fix header_ticket's starttime; if it's zero, fill in the
294 if (!(header_ticket->enc_part2->times.starttime))
295 header_ticket->enc_part2->times.starttime =
340 enc_tkt_reply.times.starttime = request->from;
342 enc_tkt_reply.times.starttime = kdc_time;
360 old_life = enc_tkt_reply.times.endtime - enc_tkt_reply.times.starttime;
362 enc_tkt_reply.times.starttime = kdc_time;
368 enc_tkt_reply.times.starttime = kdc_time;
372 tmp_server_times = (long long) enc_tkt_reply.times.starttime
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c56 time_t starttime; /* start time */ variable
H A Dramdata.h140 extern time_t starttime; /* start time */
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c64 timestruc32_t starttime; /* when did transaction start? */ member in struct:transentry
579 newte->starttime = logrec->re_header.rh_timestamp;
648 newte->starttime = logrec->re_header.rh_timestamp;
730 newte->starttime = logrec->re_header.rh_timestamp;
787 newte->starttime = logrec->re_header.rh_timestamp;
856 newte->starttime = logrec->re_header.rh_timestamp;
920 newte->starttime = logrec->re_header.rh_timestamp;
966 newte->starttime = logrec->re_header.rh_timestamp;
1024 newte->starttime = logrec->re_header.rh_timestamp;
1102 newte->starttime
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c139 hrtime_t starttime; local
143 starttime = gethrtime();
159 ((gethrtime() - starttime)/MICROSEC));
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c598 krb5_int32 starttime; local
840 creds.times.starttime = 0; /* start timer at KDC */
847 if (creds.times.starttime)
848 starttime = creds.times.starttime;
850 starttime = now;
853 creds.times.endtime - starttime);
871 NULL, creds.times.starttime,
881 creds.times.starttime,
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c139 krb5_deltat starttime; member in struct:k_opts
430 code = krb5_string_to_deltat(optarg, &opts->starttime);
431 if (code != 0 || opts->starttime == 0) {
439 opts->starttime = abs_starttime - time(0);
553 (opts->starttime || opts->rlife || opts->forwardable ||
1015 opts->starttime,
1022 opts->starttime,
1124 if (opts->starttime)
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h168 time_t starttime; member in struct:sip_traffic_counters_s
H A Dsip_logging.c585 *(time_t *)cntval = sip_counters.starttime;
615 sip_counters.starttime = time(NULL);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c68 static long starttime; /* start time for progress messages */ variable
952 starttime = time((long *)NULL);
964 if (linemode == NO && (now = time((long *)NULL)) - starttime >= 2) {
965 starttime = now;
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c89 static void addtt(zic_t starttime, int type);
1639 register zic_t starttime, untiltime; local
1650 INITIALIZE(starttime);
1685 addtt(starttime, type);
1758 if (usestart && ktime == starttime)
1761 if (ktime < starttime) {
1797 else addtt(starttime,
1804 * Now we may get to set starttime for the next zone line.
1809 starttime = zp->z_untiltime;
1811 starttime
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c576 unsigned long starttime; local
588 starttime = currticks();
592 ip.bp.bp_xid = xid += htonl(starttime);
611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
674 unsigned long starttime; local
689 starttime = currticks();
693 ip.bp.bp_xid = xid += htonl(starttime);
738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun71 self.starttime = None
83 m, s = divmod(time() - self.starttime, 60)
231 self.result.starttime = time()
256 self.result.starttime = time()
257 m, s = divmod(time() - self.result.starttime, 60)
491 self.starttime = time()
709 m, s = divmod(time() - self.starttime, 60)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c787 time_t starttime; local
819 starttime = transtime(janfirst, year, &start,
823 if (starttime > endtime) {
826 *atp++ = starttime;
829 *atp++ = starttime;
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c1045 time_t starttime; local
1049 starttime = st.tv_sec;
1050 if (tim - starttime > 24*60*60) {
1052 localtime(&starttime));
1055 localtime(&starttime));
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c615 if (!cred->times.starttime)
616 cred->times.starttime = cred->times.authtime;
618 printtime(cred->times.starttime);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c341 in_creds->times.starttime == in_compare_creds->times.starttime &&

Completed in 138 milliseconds

12