Searched defs:starttime (Results 1 - 23 of 23) sorted by relevance

/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 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,
/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/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/cmd/truss/
H A Dramdata.c56 time_t starttime; /* start time */ variable
/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/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/lib/libcommputil/common/
H A Dsdp.c489 sdp_add_time(sdp_session_t *session, uint64_t starttime, uint64_t stoptime, argument
504 new_time->t_start = starttime;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c351 hrtime_t starttime, now; local
361 starttime = gethrtime();
364 now = (now - starttime) / 1000000;
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c982 hrtime_t starttime = gethrtime(); local
991 return ((1000 * (endtick - starttick)) / (endtime - starttime));
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h168 time_t starttime; member in struct:sip_traffic_counters_s
/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/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/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));
H A Dps.c2230 time_t starttime; local
2232 starttime = st.tv_sec;
2234 starttime++;
2235 if ((now.tv_sec - starttime) >= 24*60*60) {
2250 dcgettext(NULL, "%b_%d", LC_TIME), localtime(&starttime));
2260 localtime(&starttime));
/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/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/libnsl/rpc/
H A Dclnt_vc.c1162 struct timeval starttime; local
1195 if (gettimeofday(&starttime, NULL) == -1) {
1260 starttime.tv_sec) * 1000 +
1262 starttime.tv_usec) / 1000;
/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/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/uts/sun4v/io/
H A Dvdc.c6852 clock_t starttime, timeout = drv_usectohz(vdc->failfast_interval); local
6878 starttime = ddi_get_lbolt();
6903 vdc_eio_unqueue(vdc, starttime, B_TRUE);
6923 vdc_eio_unqueue(vdc, starttime, B_TRUE);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1049 krb5_timestamp starttime; /* optional in ticket, if not present, member in struct:_krb5_ticket_times
1153 krb5_timestamp from; /* requested starttime */

Completed in 163 milliseconds