Home
last modified time | relevance | path

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

12

/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/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/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/cmd/krb5/krb5kdc/
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()
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 Dkdc_util.c1302 if (ticket->enc_part2->times.starttime > kdc_time) { in validate_tgs_request()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c323 static time_t year, now, starttime; variable
425 lb.lmtime.tv_sec = starttime = time(NULL); in main()
1850 rep->lat.tv_sec = rep->lct.tv_sec = rep->lmt.tv_sec = starttime; in gstat()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c2251 time_t starttime; in prtime() local
2253 starttime = st.tv_sec; in prtime()
2255 starttime++; in prtime()
2256 if ((now.tv_sec - starttime) >= 24*60*60) { in prtime()
2271 dcgettext(NULL, "%b_%d", LC_TIME), localtime(&starttime)); in prtime()
2281 localtime(&starttime)); in prtime()
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/sendmail/src/
H A Dmain.c193 static time_t starttime = 0; /* when was process started */ local
233 if (starttime != 0)
238 starttime = curtime();
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c281 starttime = times(&tms); /* for elapsed timing */ in main()
858 report(pri, times(&tms) - starttime); in main_thread()
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/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/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/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/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/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c571 opt_field(val->times.starttime,6,asn1_decode_kerberos_time,val->times.authtime); in asn1_decode_enc_kdc_rep_part()
804 opt_field(val->times.starttime,5,asn1_decode_kerberos_time,0); in asn1_decode_krb_cred_info()
H A Dasn1_k_encode.c247 FIELDOF_OPT(krb5_enc_kdc_rep_part, kerberos_time, times.starttime, 6, 6),
269 if (val->times.starttime) in optional_enc_kdc_rep_part()
391 FIELDOF_OPT(krb5_cred_info, kerberos_time, times.starttime, 5, 5),
413 if (val->times.starttime) in optional_krb_cred_info()
758 FIELDOF_OPT(krb5_enc_tkt_part, kerberos_time, times.starttime, 6, 6),
779 if (val->times.starttime) in optional_enc_tkt_part()
H A Dkrb5_decode.c311 { get_field((*rep)->times.starttime,6,asn1_decode_kerberos_time); } in decode_krb5_enc_tkt_part()
313 (*rep)->times.starttime=(*rep)->times.authtime; in decode_krb5_enc_tkt_part()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c782 t->starttime = i; in krb5_fcc_read_times()
1139 retval = krb5_fcc_store_int32(context, id, t->starttime); in krb5_fcc_store_times()
H A Dcc_retr.c341 in_creds->times.starttime == in_compare_creds->times.starttime && in krb5_creds_compare()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.c179 creds.times.starttime = 0; in krb5_fwd_tgt_creds()
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 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()

12