Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 25 of 44) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvalid_times.c41 krb5_timestamp currenttime, starttime; in krb5_validate_times() local
48 if (times->starttime != 0) in krb5_validate_times()
49 starttime = times->starttime; in krb5_validate_times()
51 starttime = times->authtime; in krb5_validate_times()
53 if (starttime - currenttime > context->clockskew) in krb5_validate_times()
H A Dgc_via_tkt.c336 t_err = krb5_timestamp_to_sfstring(tkt->times.starttime, in krb5_get_cred_via_tkt()
408 (in_cred->times.starttime != 0) && in krb5_get_cred_via_tkt()
409 (in_cred->times.starttime != dec_rep->enc_part2->times.starttime)) in krb5_get_cred_via_tkt()
430 if (!in_cred->times.starttime && in krb5_get_cred_via_tkt()
431 !in_clock_skew(dec_rep->enc_part2->times.starttime, in krb5_get_cred_via_tkt()
H A Dgic_pwd.c521 krb5_int32 starttime; in krb5int_populate_gic_opt() local
545 krb5_timeofday(context, &starttime); in krb5int_populate_gic_opt()
546 if (creds->times.starttime) starttime = creds->times.starttime; in krb5int_populate_gic_opt()
547 krb5_get_init_creds_opt_set_tkt_life(opt, creds->times.endtime - starttime); in krb5int_populate_gic_opt()
H A Dget_in_tkt.c322 if (!as_reply->enc_part2->times.starttime) in verify_as_reply()
323 as_reply->enc_part2->times.starttime = in verify_as_reply()
334 (request->from != as_reply->enc_part2->times.starttime)) in verify_as_reply()
370 (labs(as_reply->enc_part2->times.starttime - time_now) in verify_as_reply()
581 request.from = creds->times.starttime; in krb5_get_in_tkt()
H A Dfwd_tgt.c179 creds.times.starttime = 0; in krb5_fwd_tgt_creds()
/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c288 enc_tkt_reply.times.starttime = 0; in process_tgs_req()
294 if (!(header_ticket->enc_part2->times.starttime)) in process_tgs_req()
295 header_ticket->enc_part2->times.starttime = in process_tgs_req()
340 enc_tkt_reply.times.starttime = request->from; in process_tgs_req()
342 enc_tkt_reply.times.starttime = kdc_time; in process_tgs_req()
360 old_life = enc_tkt_reply.times.endtime - enc_tkt_reply.times.starttime; in process_tgs_req()
362 enc_tkt_reply.times.starttime = kdc_time; in process_tgs_req()
368 enc_tkt_reply.times.starttime = kdc_time; in process_tgs_req()
372 tmp_server_times = (long long) enc_tkt_reply.times.starttime in process_tgs_req()
375 tmp_realm_times = (long long) enc_tkt_reply.times.starttime in process_tgs_req()
[all …]
H A Ddo_as_req.c229 enc_tkt_reply.times.starttime = request->from; in process_as_req()
231 enc_tkt_reply.times.starttime = kdc_time; in process_as_req()
239 tmp_client_times = (long long) enc_tkt_reply.times.starttime + client.max_life; in process_as_req()
241 tmp_server_times = (long long) enc_tkt_reply.times.starttime + server.max_life; in process_as_req()
243 tmp_realm_times = (long long) enc_tkt_reply.times.starttime + max_life_for_realm; in process_as_req()
268 tmp_client_times = (double) enc_tkt_reply.times.starttime + client.max_renewable_life; in process_as_req()
270 tmp_server_times = (double) enc_tkt_reply.times.starttime + server.max_renewable_life; in process_as_req()
272 tmp_realm_times = (double) enc_tkt_reply.times.starttime + max_renewable_life_for_realm; in process_as_req()
283 if (enc_tkt_reply.times.starttime == enc_tkt_reply.times.authtime) in process_as_req()
284 enc_tkt_reply.times.starttime = 0; in process_as_req()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c122 hrtime_t starttime; in pi_enum() local
131 starttime = gethrtime(); in pi_enum()
209 ((gethrtime() - starttime)/MICROSEC)); in pi_enum()
H A Dpi_walker.c200 hrtime_t starttime; in pi_walker() local
209 starttime = gethrtime(); in pi_walker()
299 (endtime-starttime)/MICROSEC); in pi_walker()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c64 timestruc32_t starttime; /* when did transaction start? */ member
579 newte->starttime = logrec->re_header.rh_timestamp; in trans_read()
648 newte->starttime = logrec->re_header.rh_timestamp; in trans_write()
730 newte->starttime = logrec->re_header.rh_timestamp; in trans_setattr()
787 newte->starttime = logrec->re_header.rh_timestamp; in trans_create()
856 newte->starttime = logrec->re_header.rh_timestamp; in trans_remove()
920 newte->starttime = logrec->re_header.rh_timestamp; in trans_mkdir()
966 newte->starttime = logrec->re_header.rh_timestamp; in trans_rmdir()
1024 newte->starttime = logrec->re_header.rh_timestamp; in trans_rename()
1102 newte->starttime = logrec->re_header.rh_timestamp; in trans_link()
[all …]
/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c598 krb5_int32 starttime; in _kadm5_init_any() local
840 creds.times.starttime = 0; /* start timer at KDC */ in _kadm5_init_any()
847 if (creds.times.starttime) in _kadm5_init_any()
848 starttime = creds.times.starttime; in _kadm5_init_any()
850 starttime = now; in _kadm5_init_any()
853 creds.times.endtime - starttime); in _kadm5_init_any()
871 NULL, creds.times.starttime, in _kadm5_init_any()
881 creds.times.starttime, in _kadm5_init_any()
/titanic_41/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,
1809 starttime = zp->z_untiltime;
1811 starttime = tadd(starttime, -stdoff);
1813 starttime = tadd(starttime, -gmtoff);
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c139 hrtime_t starttime; in x86pi_enum() local
143 starttime = gethrtime(); in x86pi_enum()
159 ((gethrtime() - starttime)/MICROSEC)); in x86pi_enum()
/titanic_41/usr/src/cmd/krb5/kinit/
H A Dkinit.c139 krb5_deltat starttime; member
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)
/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py44 self.starttime = None
56 m, s = divmod(time() - self.starttime, 60)
201 self.result.starttime = time()
222 self.result.starttime = time()
223 m, s = divmod(time() - self.result.starttime, 60)
455 self.starttime = time()
676 m, s = divmod(time() - self.starttime, 60)
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dnic.c576 unsigned long starttime; in bootp() local
588 starttime = currticks(); in bootp()
592 ip.bp.bp_xid = xid += htonl(starttime); in bootp()
611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in bootp()
674 unsigned long starttime; in dhcp() local
689 starttime = currticks(); in dhcp()
693 ip.bp.bp_xid = xid += htonl(starttime); in dhcp()
738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in dhcp()
/titanic_41/usr/src/cmd/ps/
H A Ducbps.c1045 time_t starttime; in prtime() local
1049 starttime = st.tv_sec; in prtime()
1050 if (tim - starttime > 24*60*60) { in prtime()
1052 localtime(&starttime)); in prtime()
1055 localtime(&starttime)); in prtime()
/titanic_41/usr/src/cmd/truss/
H A Dramdata.c56 time_t starttime; /* start time */ variable
/titanic_41/usr/src/tools/cscope-fast/
H A Dfind.c68 static long starttime; /* start time for progress messages */ variable
952 starttime = time((long *)NULL); in initprogress()
964 if (linemode == NO && (now = time((long *)NULL)) - starttime >= 2) { in progress()
965 starttime = now; in progress()
/titanic_41/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);
/titanic_41/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;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c341 in_creds->times.starttime == in_compare_creds->times.starttime && in krb5_creds_compare()
/titanic_41/usr/src/lib/libipadm/common/
H A Dlibipadm.c351 hrtime_t starttime, now; in i_ipadm_dad_wait() local
361 starttime = gethrtime(); in i_ipadm_dad_wait()
364 now = (now - starttime) / 1000000; in i_ipadm_dad_wait()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h168 time_t starttime; member
H A Dsip_logging.c585 *(time_t *)cntval = sip_counters.starttime; in sip_get_counter_value()
615 sip_counters.starttime = time(NULL); in sip_enable_counters()

12