Home
last modified time | relevance | path

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

123

/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Dmaildir.c90 struct timeval starttime; in deliver_maildir() local
92 GETTIMEOFDAY(&starttime); in deliver_maildir()
181 (unsigned long) starttime.tv_sec, var_pid, get_hostname()); in deliver_maildir()
200 (unsigned long) starttime.tv_sec, in deliver_maildir()
203 (unsigned long) starttime.tv_usec, in deliver_maildir()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dmaildir.c95 struct timeval starttime; in deliver_maildir() local
97 GETTIMEOFDAY(&starttime); in deliver_maildir()
187 (unsigned long) starttime.tv_sec, var_pid, get_hostname()); in deliver_maildir()
206 (unsigned long) starttime.tv_sec, in deliver_maildir()
209 (unsigned long) starttime.tv_usec, in deliver_maildir()
/netbsd-src/sys/arch/evbarm/ifpga/
H A Difpga_clock.c346 u_int starttime; in delay() local
351 starttime = getclock(); in delay()
358 delta = curtime - starttime; in delay()
359 if (curtime < starttime) in delay()
361 starttime = curtime; in delay()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c541 struct timeval starttime, endtime; in thread_no_events() local
551 evutil_gettimeofday(&starttime, NULL); in thread_no_events()
560 evutil_timersub(&times[i], &starttime, &diff); in thread_no_events()
564 test_timeval_diff_eq(&starttime, &times[0], 100); in thread_no_events()
565 test_timeval_diff_eq(&starttime, &times[1], 200); in thread_no_events()
566 test_timeval_diff_eq(&starttime, &times[2], 400); in thread_no_events()
567 test_timeval_diff_eq(&starttime, &times[3], 450); in thread_no_events()
568 test_timeval_diff_eq(&starttime, &times[4], 500); in thread_no_events()
569 test_timeval_diff_eq(&starttime, &endtime, 500); in thread_no_events()
/netbsd-src/games/boggle/boggle/
H A Dmach.c86 static void starttime(void);
223 starttime(); in get_line()
242 starttime(); in get_line()
302 starttime(void) in starttime() function
609 starttime(); in cont_catcher()
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_wait_bit.c187 unsigned starttime, endtime; in wait_on_bit_timeout() local
194 starttime = getticks(); in wait_on_bit_timeout()
222 timeout -= MIN(timeout, (endtime - starttime)); in wait_on_bit_timeout()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c404 if(!tgt->flags.invalid || tgt->starttime == NULL){ in check_tgs_flags()
409 if(*tgt->starttime > kdc_time){ in check_tgs_flags()
477 *et->starttime = *b->from; in check_tgs_flags()
504 if(tgt->starttime) in check_tgs_flags()
505 old_life -= *tgt->starttime; in check_tgs_flags()
508 et->endtime = *et->starttime + old_life; in check_tgs_flags()
804 ALLOC(et.starttime); in tgs_make_reply()
805 *et.starttime = kdc_time; in tgs_make_reply()
870 life = et.endtime - *et.starttime; in tgs_make_reply()
875 et.endtime = *et.starttime + life; in tgs_make_reply()
[all …]
H A Dkerberos5.c335 KerberosTime authtime, KerberosTime *starttime, in _kdc_log_timestamp() argument
343 if (starttime) in _kdc_log_timestamp()
344 krb5_format_time(context, *starttime, in _kdc_log_timestamp()
2064 ALLOC(r->et.starttime); in _kdc_as_rep()
2065 start = *r->et.starttime = *req->req_body.from; in _kdc_as_rep()
2163 if (r->et.starttime) { in _kdc_as_rep()
2164 ALLOC(r->ek.starttime); in _kdc_as_rep()
2165 *r->ek.starttime = *r->et.starttime; in _kdc_as_rep()
2224 _kdc_log_timestamp(context, config, "AS-REQ", r->et.authtime, r->et.starttime, in _kdc_as_rep()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dticket.c826 if (rep->enc_part.starttime) { in _krb5_extract_ticket()
827 tmp_time = *rep->enc_part.starttime; in _krb5_extract_ticket()
831 if (creds->times.starttime == 0 in _krb5_extract_ticket()
841 if (creds->times.starttime != 0 in _krb5_extract_ticket()
842 && tmp_time != creds->times.starttime) { in _krb5_extract_ticket()
848 creds->times.starttime = tmp_time; in _krb5_extract_ticket()
H A Drd_cred.c290 if (kci->starttime) in krb5_rd_cred()
291 creds->times.starttime = *kci->starttime; in krb5_rd_cred()
H A Dget_for_creds.c375 ALLOC(krb_cred_info->starttime, 1); in krb5_get_forwarded_creds()
376 *krb_cred_info->starttime = out_creds->times.starttime; in krb5_get_forwarded_creds()
H A Dcreds.c175 return a->starttime == b->starttime && in krb5_times_equal()
/netbsd-src/sys/kern/
H A Dkern_lock.c203 u_int starttime = getticks(); in _kernel_lock() local
271 (getticks() - starttime) > 10*hz) { in _kernel_lock()
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dklist.c87 if(cred->times.starttime) in print_cred()
89 printable_time(cred->times.starttime)); in print_cred()
198 if(cred->times.authtime != cred->times.starttime) in print_cred_verbose()
200 printable_time_long(cred->times.starttime)); in print_cred_verbose()
H A Dkimpersonate.c98 et.starttime = NULL; in encode_ticket()
186 cred.times.starttime = time(NULL); in create_krb5_tickets()
/netbsd-src/sys/dev/raidframe/
H A Drf_reconmap.c383 rf_PrintReconSchedule(RF_ReconMap_t *mapPtr, struct timeval *starttime) in rf_PrintReconSchedule() argument
393 RF_TIMEVAL_DIFF(starttime, &tv, &diff); in rf_PrintReconSchedule()
H A Drf_reconstruct.h173 struct timeval starttime; /* recon start time */ member
/netbsd-src/lib/libc/time/
H A Dzic.c183 static void addtt(zic_t starttime, int type);
3135 register zic_t starttime, untiltime; in outzone()
3161 INITIALIZE(starttime); in outzone()
3256 addtt(starttime, type); in outzone()
3257 if (useuntil && nonTZlimtime < starttime) { in outzone()
3258 nonTZlimtime = starttime; in outzone()
3360 if (usestart && ktime == starttime) in outzone()
3363 if (ktime < starttime) { in outzone()
3420 addtt(starttime, type); in outzone()
3424 ** Now we may get to set starttime fo in outzone()
3099 zic_t starttime, untiltime; outzone() local
3443 addtt(zic_t starttime,int type) addtt() argument
[all...]
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr5.c459 time_t starttime; in percent_cpu() local
465 starttime = pp->pr_start.tv_sec; in percent_cpu()
467 starttime++; in percent_cpu()
468 etime = (tim - starttime); in percent_cpu()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c1258 time_t starttime; local
1268 now = time (&starttime);
1269 while (now <= starttime + DLPI_MAXWAIT) {
1270 to_msec = ((starttime + DLPI_MAXWAIT) - now) * 1000;
/netbsd-src/lib/librumpclient/
H A Drumpclient.c139 struct timeval starttime, curtime; in send_with_recon() local
157 gettimeofday(&starttime, NULL); in send_with_recon()
177 tdiff = curtime.tv_sec - starttime.tv_sec; in send_with_recon()
178 if (starttime.tv_usec > curtime.tv_usec) in send_with_recon()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c432 static struct timespec starttime, prevtime; in dumpheader() local
496 if (starttime.tv_sec == 0) { in dumpheader()
497 starttime.tv_sec = kth->ktr_ts.tv_sec; in dumpheader()
498 starttime.tv_nsec = kth->ktr_ts.tv_nsec; in dumpheader()
501 timespecsub(&kth->ktr_ts, &starttime, &temp); in dumpheader()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dlock_verify.c429 time_t starttime = time(NULL); in main() local
456 (int)all_locks->count, (int)(time(NULL)-starttime), in main()
/netbsd-src/lib/libc/rpc/
H A Dclnt_dg.c327 struct timeval next_sendtime, starttime, time_waited, tv; in clnt_dg_call() local
358 gettimeofday(&starttime, NULL); in clnt_dg_call()
439 timersub(&tv, &starttime, &time_waited); in clnt_dg_call()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema.c141 slap_timestamp( &starttime, vals ); in schema_info()

123