Searched refs:gettimeofday (Results 276 - 300 of 341) sorted by relevance

<<11121314

/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c115 /* Use the gettimeofday function call. */
120 if (gettimeofday(&tv, NULL) != 0) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlock_proc.c199 gettimeofday(&time_now, NULL);
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c992 gettimeofday(&counters_buf.ts, NULL);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc806 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c882 if (gettimeofday(&pkth.ts, NULL) < 0)
/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c427 ret = gettimeofday(&tv, NULL);
431 log_err("gettimeofday: %s", strerror(errno));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp512 gettimeofday(&tv, 0);
H A Dsanitizer_linux.cpp503 internal_syscall(SYSCALL(gettimeofday), &tv, 0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2073 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
2074 SCOPED_TSAN_INTERCEPTOR(gettimeofday, tv, tz);
2076 return REAL(gettimeofday)(tv, tz);
2756 TSAN_INTERCEPT(gettimeofday);
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c725 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y483 gettimeofday(&tv, NULL);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h331 # define GETKTIME(x) gettimeofday((struct timeval *)(x), NULL)
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c1455 gettimeofday(&start, NULL);
2256 gettimeofday(&start, NULL);
H A Dclientloop.c252 gettimeofday(&tv, NULL);
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3100 gettimeofday(&tv, NULL);
3151 gettimeofday(&now, NULL);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2184 gettimeofday(&tv, NULL);
2501 gettimeofday(&tv, NULL);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c359 if (gettimeofday(&ct, NULL) < 0) {
/freebsd-11-stable/contrib/bmake/
H A Dmain.c1018 gettimeofday(&rightnow, NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp750 int ret = gettimeofday(tv, tz);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c828 (void)gettimeofday(&proc_wall_time, NULL);
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c612 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptests.c300 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c5429 if (gettimeofday(&t, NULL) >= 0)
5516 gettimeofday(&tv, NULL);
5531 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/groff/
H A Dconfigure4195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4434 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4597 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6509 echo "$as_me:$LINENO: checking whether gettimeofday must be declared" >&5
6510 echo $ECHO_N "checking whether gettimeofday must be declared... $ECHO_C" >&6
6555 #ifndef gettimeofday
6556 char *p = (char *) gettimeofday;
8741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9028 For example, HP-UX 11i <limits.h> declares gettimeofday
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2077 gettimeofday(t, NULL);

Completed in 274 milliseconds

<<11121314