| /netbsd-src/external/ibm-public/postfix/dist/src/virtual/ |
| H A D | maildir.c | 90 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 D | maildir.c | 95 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 D | ifpga_clock.c | 346 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 D | regress_thread.c | 541 struct timeval starttime, endtime; in thread_no_events() local 551 evutil_gettimeofday(&starttime, NULL); in thread_no_events() 560 evutil_timersub(×[i], &starttime, &diff); in thread_no_events() 564 test_timeval_diff_eq(&starttime, ×[0], 100); in thread_no_events() 565 test_timeval_diff_eq(&starttime, ×[1], 200); in thread_no_events() 566 test_timeval_diff_eq(&starttime, ×[2], 400); in thread_no_events() 567 test_timeval_diff_eq(&starttime, ×[3], 450); in thread_no_events() 568 test_timeval_diff_eq(&starttime, ×[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 D | mach.c | 86 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 D | linux_wait_bit.c | 187 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 D | krb5tgs.c | 404 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 D | kerberos5.c | 335 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 D | ticket.c | 826 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 D | rd_cred.c | 290 if (kci->starttime) in krb5_rd_cred() 291 creds->times.starttime = *kci->starttime; in krb5_rd_cred()
|
| H A D | get_for_creds.c | 375 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 D | creds.c | 175 return a->starttime == b->starttime && in krb5_times_equal()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_lock.c | 203 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 D | klist.c | 87 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 D | kimpersonate.c | 98 et.starttime = NULL; in encode_ticket() 186 cred.times.starttime = time(NULL); in create_krb5_tickets()
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_reconmap.c | 383 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 D | rf_reconstruct.h | 173 struct timeval starttime; /* recon start time */ member
|
| /netbsd-src/lib/libc/time/ |
| H A D | zic.c | 183 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 D | m_svr5.c | 459 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 D | dlpi.c | 1258 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 D | rumpclient.c | 139 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 D | kdump.c | 432 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 D | lock_verify.c | 429 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 D | clnt_dg.c | 327 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 D | schema.c | 141 slap_timestamp( &starttime, vals ); in schema_info()
|