Searched refs:tv_sec (Results 276 - 300 of 1127) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssh/
H A Dssh-keyscan.c427 fdcon[s].c_tv.tv_sec += timeout;
461 fdcon[s].c_tv.tv_sec += timeout;
613 if (c && (c->c_tv.tv_sec > now.tv_sec ||
614 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec > now.tv_usec))) {
616 seltime.tv_sec -= now.tv_sec;
620 seltime.tv_sec--;
645 while (c && (c->c_tv.tv_sec < no
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c130 secondsPassed = timeDiff.tv_sec + (timeDiff.tv_usec / 1.0e6);
194 tv.tv_sec = 1;
/freebsd-11-stable/contrib/binutils/binutils/
H A Drename.c120 tv[0].tv_sec = statbuf->st_atime;
122 tv[1].tv_sec = statbuf->st_mtime;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c156 utx.ut_tv.tv_sec = tv.tv_sec;
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc-replay.c169 tv.tv_sec = t;
173 krb5_set_real_time(context, tv.tv_sec, 0);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h176 ts.tv_sec += timeout;
179 ts.tv_sec = timeout;
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_simple.c180 timeout.tv_sec = 5;
196 tottimeout.tv_sec = 25;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_crypto.c82 (long)tv2.tv_sec, (long)tv2.tv_usec);
126 etype_name, iterations, (long)tv2.tv_sec, (long)tv2.tv_usec);
/freebsd-11-stable/lib/libc/gen/
H A Dutxdb.c57 (fu)->fu_tv = htobe64((uint64_t)tv.tv_sec * 1000000 + \
122 (ut)->ut_tv.tv_sec = t / 1000000; \
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h99 t.tv_sec = ms / 1000;
116 t.tv_sec = sec;
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_ds1337.c147 return ts.tv_sec;
162 ts.tv_sec = time;
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_rusage.c72 minutes = tv->tv_sec / 60;
73 seconds = tv->tv_sec % 60;
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h101 t.tv_sec = ms / 1000;
118 t.tv_sec = sec;
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dtimed.c236 ntime.tv_sec = 0;
502 ntime.tv_sec = ntime.tv_usec = 0;
512 ntime.tv_sec = ntime.tv_usec = 0;
522 ntime.tv_sec = ntime.tv_usec = 0;
548 ntime.tv_sec = 0;
693 time_t tv_sec; local
695 tv_sec = time(NULL);
696 return (ctime(&tv_sec));
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c223 timer.it_interval.tv_sec = 0;
225 timer.it_value.tv_sec = 0;
/freebsd-11-stable/sys/libkern/
H A Darc4random.c82 arc4->t_reseed = tv_now.tv_sec + ARC4_RESEED_SECONDS;
175 (tv.tv_sec > arc4->t_reseed))
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h109 t.tv_sec = ms / 1000;
126 t.tv_sec = sec;
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c411 stats.cs_invoke.min.tv_sec = 10000;
412 stats.cs_done.min.tv_sec = 10000;
413 stats.cs_cb.min.tv_sec = 10000;
414 stats.cs_finis.min.tv_sec = 10000;
426 avg = (1000000000LL*ts->acc.tv_sec + ts->acc.tv_nsec) / ts->count;
427 min = 1000000000LL*ts->min.tv_sec + ts->min.tv_nsec;
428 max = 1000000000LL*ts->max.tv_sec + ts->max.tv_nsec;
489 t += (((double)tvp[i].tv_sec * 1000000 + tvp[i].tv_usec) / 1000000);
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c165 return (curtime.tv_sec * 1000000000UL + curtime.tv_nsec);
176 return (curtime.tv_sec * 1000000000UL + curtime.tv_nsec);
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c171 return (curtime.tv_sec * 1000000000UL + curtime.tv_nsec);
182 return (current_time.tv_sec * 1000000000UL + current_time.tv_nsec);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c230 if (now.tv_sec - last.tv_sec >= tval) {
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dmovejobs.c151 tvp[0].tv_sec = tvp[1].tv_sec = ++touch_info->newtime;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsignal.c242 clr.it_interval.tv_sec = 0;
244 clr.it_value.tv_sec = 1;
H A Ddebug.c156 (long) tvd.tv_sec,
168 (long) tv.tv_sec,
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c53 timeout.tv_sec = ctx->ctx_timeout;
186 timeout.tv_sec = ctx->ctx_timeout;
251 timeout.tv_sec = ctx->ctx_timeout;
392 timeout.tv_sec = ctx->ctx_timeout;
421 timeout.tv_sec = ctx->ctx_timeout;
453 timeout.tv_sec = ctx->ctx_timeout;
496 timeout.tv_sec = ctx->ctx_timeout;
857 timeout.tv_sec = ctx->ctx_timeout;

Completed in 304 milliseconds

<<11121314151617181920>>