Home
last modified time | relevance | path

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

12

/illumos-gate/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.c525 krb5_int32 starttime; in krb5int_populate_gic_opt() local
549 krb5_timeofday(context, &starttime); in krb5int_populate_gic_opt()
550 if (creds->times.starttime) starttime = creds->times.starttime; in krb5int_populate_gic_opt()
551 krb5_get_init_creds_opt_set_tkt_life(&opt, creds->times.endtime - starttime); in krb5int_populate_gic_opt()
H A Dget_in_tkt.c330 if (!as_reply->enc_part2->times.starttime) in verify_as_reply()
331 as_reply->enc_part2->times.starttime = in verify_as_reply()
342 (request->from != as_reply->enc_part2->times.starttime)) in verify_as_reply()
378 (labs(as_reply->enc_part2->times.starttime - time_now) in verify_as_reply()
589 request.from = creds->times.starttime; in krb5_get_in_tkt()
H A Dfwd_tgt.c179 creds.times.starttime = 0; in krb5_fwd_tgt_creds()
/illumos-gate/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()
362 enc_tkt_reply.times.starttime = kdc_time; in process_tgs_req()
368 enc_tkt_reply.times.starttime = kdc_time; in process_tgs_req()
375 tmp_realm_times = (long long) enc_tkt_reply.times.starttime in process_tgs_req()
407 tmp_realm_times = (long long) enc_tkt_reply.times.starttime + in process_tgs_req()
434 enc_tkt_reply.times.starttime = 0; 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()
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash140 starttime=$(/bin/date +%s)
141 curtime=$starttime
144 while [[ $timeout -eq 0 ]] || [[ $curtime -le $(($starttime + $timeout)) ]]; do
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c577 newte->starttime = logrec->re_header.rh_timestamp; in trans_read()
646 newte->starttime = logrec->re_header.rh_timestamp; in trans_write()
728 newte->starttime = logrec->re_header.rh_timestamp; in trans_setattr()
785 newte->starttime = logrec->re_header.rh_timestamp; in trans_create()
854 newte->starttime = logrec->re_header.rh_timestamp; in trans_remove()
918 newte->starttime = logrec->re_header.rh_timestamp; in trans_mkdir()
964 newte->starttime = logrec->re_header.rh_timestamp; in trans_rmdir()
1022 newte->starttime = logrec->re_header.rh_timestamp; in trans_rename()
1100 newte->starttime = logrec->re_header.rh_timestamp; in trans_link()
2074 ctime((time_t *)&pte->starttime.tv_sec), in nfslog_print_trans_logentry()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py88 starttime = datetime.now()
91 return finish(self, starttime, wfd)
113 return finish(self, starttime, wfd)
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1652 INITIALIZE(starttime);
1687 addtt(starttime, type);
1763 if (ktime < starttime) {
1799 else addtt(starttime,
1811 starttime = zp->z_untiltime;
1813 starttime = tadd(starttime, -stdoff);
1815 starttime = tadd(starttime, -gmtoff);
1822 addtt(starttime, type) in addtt() argument
1823 const zic_t starttime; in addtt()
1826 if (starttime <= min_time ||
[all …]
/illumos-gate/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)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c144 hrtime_t starttime; in x86pi_enum() local
148 starttime = gethrtime(); in x86pi_enum()
164 ((gethrtime() - starttime)/MICROSEC)); in x86pi_enum()
/illumos-gate/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()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun89 self.starttime = None
105 m, s = divmod(time() - self.starttime, 60)
265 self.result.starttime = time()
292 self.result.starttime = time()
293 m, s = divmod(time() - self.result.starttime, 60)
559 self.starttime = time()
845 m, s = divmod(time() - self.starttime, 60)
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c1047 time_t starttime; in prtime() local
1051 starttime = st.tv_sec; in prtime()
1052 if (tim - starttime > 24*60*60) { in prtime()
1054 localtime(&starttime)); in prtime()
1057 localtime(&starttime)); in prtime()
/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/tools/cscope-fast/
H A Dfind.c66 static long starttime; /* start time for progress messages */ variable
950 starttime = time((long *)NULL); in initprogress()
962 if (linemode == NO && (now = time((long *)NULL)) - starttime >= 2) { in progress()
963 starttime = now; in progress()
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c614 if (!cred->times.starttime)
615 cred->times.starttime = cred->times.authtime;
617 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 && in krb5_creds_compare()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c352 hrtime_t starttime, now; in i_ipadm_dad_wait() local
362 starttime = gethrtime(); in i_ipadm_dad_wait()
365 now = (now - starttime) / 1000000; in i_ipadm_dad_wait()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c583 *(time_t *)cntval = sip_counters.starttime; in sip_get_counter_value()
613 sip_counters.starttime = time(NULL); in sip_enable_counters()
H A Dsip_miscdefs.h166 time_t starttime; member

12