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

12

/freebsd-9.3-release/tools/tools/netrate/netblast/
H A Dnetblast.c70 struct timespec starttime, tmptime; local
85 if (clock_gettime(CLOCK_REALTIME, &starttime) == -1) {
128 printf("start: %zd.%09lu\n", starttime.tv_sec,
129 starttime.tv_nsec);
/freebsd-9.3-release/tools/tools/netrate/netsend/
H A Dnetsend.c136 struct timespec nexttime, starttime, tmptime; local
163 if (clock_gettime(CLOCK_REALTIME, &starttime) == -1) {
169 timespec_add(&starttime, &tmptime);
170 starttime.tv_nsec = 0;
171 if (wait_time(starttime, NULL, NULL) == -1)
173 nexttime = starttime;
174 finishtime = starttime.tv_sec + a->duration;
235 printf("start: %jd.%09ld\n", (intmax_t)starttime.tv_sec,
236 starttime.tv_nsec);
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c405 DWORD starttime = 0; local
441 starttime = GetTickCount();
470 || (GetTickCount() - starttime) <
484 || (GetTickCount() - starttime) < MAXDELAY)
503 || (GetTickCount() - starttime) < MAXDELAY));
516 starttime = GetTickCount();
522 || (GetTickCount() - starttime) < MAXDELAY));
531 starttime = GetTickCount();
537 || (GetTickCount() - starttime) < MAXDELAY));
546 starttime
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c47 if(cred->times.starttime)
48 krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1);
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_write.h63 time_t starttime; member in struct:fifolog_writer
H A Dfifolog_write_poll.c173 f->starttime = now;
231 f->cnt[FIFOLOG_PT_RUNTIME] = now - f->starttime;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c533 struct timeval starttime, endtime; local
543 evutil_gettimeofday(&starttime, NULL);
552 evutil_timersub(&times[i], &starttime, &diff);
556 test_timeval_diff_eq(&starttime, &times[0], 100);
557 test_timeval_diff_eq(&starttime, &times[1], 200);
558 test_timeval_diff_eq(&starttime, &times[2], 400);
559 test_timeval_diff_eq(&starttime, &times[3], 450);
560 test_timeval_diff_eq(&starttime, &times[4], 500);
561 test_timeval_diff_eq(&starttime, &endtime, 500);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-mpcp.c77 u_int8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
189 EXTRACT_32BITS(mpcp.grant->starttime),
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c171 long starttime, returntime; local
191 starttime = _nc_gettime(&t0, TRUE);
373 milliseconds -= (returntime - starttime);
382 long diff = (returntime - starttime);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_cred.c280 if (kci->starttime)
281 creds->times.starttime = *kci->starttime;
H A Dcreds.c187 return a->starttime == b->starttime &&
H A Dget_in_tkt.c240 if (rep->enc_part.starttime) {
241 tmp_time = *rep->enc_part.starttime;
245 if (creds->times.starttime == 0
255 if (creds->times.starttime != 0
256 && tmp_time != creds->times.starttime) {
262 creds->times.starttime = tmp_time;
462 if(creds->times.starttime) {
469 *a->req_body.from = creds->times.starttime;
H A Dget_for_creds.c375 ALLOC(krb_cred_info->starttime, 1);
376 *krb_cred_info->starttime = out_creds->times.starttime;
H A Dconvert_creds.c124 v4creds->issue_date = v5_creds->times.starttime;
H A Dkrb5_ccapi.h108 cc_time_t starttime; member in struct:cc_credentials_v5_t
H A Dacache.c165 cred->times.starttime = incred->starttime;
308 cred->starttime = incred->times.starttime;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkrb5tgs.c369 if(!tgt->flags.invalid || tgt->starttime == NULL){
374 if(*tgt->starttime > kdc_time){
442 *et->starttime = *b->from;
469 if(tgt->starttime)
470 old_life -= *tgt->starttime;
473 et->endtime = *et->starttime + old_life;
692 ALLOC(et.starttime);
693 *et.starttime = kdc_time;
750 life = et.endtime - *et.starttime;
755 et.endtime = *et.starttime
[all...]
H A Dkerberos5.c165 KerberosTime authtime, KerberosTime *starttime,
173 if (starttime)
174 krb5_format_time(context, *starttime,
187 "%s authtime: %s starttime: %s endtime: %s renew till: %s",
1497 ALLOC(et.starttime);
1498 start = *et.starttime = *req->req_body.from;
1601 if (et.starttime) {
1602 ALLOC(ek.starttime);
1603 *ek.starttime = *et.starttime;
162 _kdc_log_timestamp(krb5_context context, krb5_kdc_configuration *config, const char *type, KerberosTime authtime, KerberosTime *starttime, KerberosTime endtime, KerberosTime *renew_till) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkimpersonate.c93 et.starttime = NULL;
170 cred.times.starttime = time(NULL);
H A Dklist.c74 if(cred->times.starttime)
76 printable_time(cred->times.starttime));
173 if(cred->times.authtime != cred->times.starttime)
174 printf("Start time: %s\n", printable_time_long(cred->times.starttime));
H A Dkinit.c564 if(abs(cred.times.endtime - cred.times.starttime - ticket_life) > 30) {
566 unparse_time_approx(cred.times.endtime - cred.times.starttime,
572 if(abs(cred.times.renew_till - cred.times.starttime - renew) > 30) {
574 unparse_time_approx(cred.times.renew_till - cred.times.starttime,
639 timeout = cred->times.endtime - cred->times.starttime;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c104 static void addtt(zic_t starttime, int type);
1980 register zic_t starttime, untiltime; local
2000 INITIALIZE(starttime);
2081 addtt(starttime, type);
2153 if (usestart && ktime == starttime)
2156 if (ktime < starttime) {
2195 else addtt(starttime,
2202 ** Now we may get to set starttime for the next zone line.
2207 starttime = zp->z_untiltime;
2209 starttime
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c940 vint64 ttime, starttime; local
968 starttime = ntpcal_date_to_ntp64(&fts);
973 li.stime = ttime.D_s.lo - starttime.D_s.lo;
992 vint64 starttime; local
1021 starttime = ntpcal_date_to_ntp64(&fts);
1023 li.stime = ttime->D_s.lo - starttime.D_s.lo;
/freebsd-9.3-release/sys/rpc/
H A Dclnt_dg.c347 int next_sendtime, starttime, rtt, time_waited, tv = 0; local
420 starttime = ticks;
600 rtt = ticks - starttime + 1;
646 time_waited = ticks - starttime;
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dafskrb5.c106 kt->ct.BeginTimestamp = cred->times.starttime;

Completed in 149 milliseconds

12