Searched refs:gettimeofday (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c551 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c288 if (gettimeofday(&tv, NULL) == -1)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c299 gettimeofday(&tv, NULL);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c553 gettimeofday(t, NULL);
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1305 gettimeofday (&time, NULL);
/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c591 if (gettimeofday(&tp, NULL) == -1) {
592 perror("gettimeofday");
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c145 gettimeofday(&seed, NULL);
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c478 (void)gettimeofday(&now, NULL);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c479 gettimeofday(&btime, NULL);
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c636 (void)gettimeofday(&tvs[0], NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp40 #define gettimeofday __gettimeofday50 macro
598 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
600 int res = REAL(gettimeofday)(tv, tz);
1679 INTERCEPT_FUNCTION(gettimeofday);
/freebsd-11-stable/lib/libdevdctl/
H A Devent.cc436 if (gettimeofday(&now, NULL) != 0)
437 err(1, "gettimeofday");
/freebsd-11-stable/sys/sys/
H A Dtime.h543 int gettimeofday(struct timeval *, struct timezone *);
/freebsd-11-stable/usr.bin/systat/
H A Difstat.c295 (void)gettimeofday(&new_tv, NULL);
/freebsd-11-stable/contrib/ldns/
H A Dnet.c538 gettimeofday(&tv_s, NULL);
595 gettimeofday(&tv_e, NULL);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c1140 if (!gettimeofday (&tv, NULL))
1198 ret = gettimeofday (&tv, NULL);
1291 "gettimeofday", remote_fileio_func_gettimeofday,
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1308 gettimeofday (&tv, NULL);
1452 gettimeofday (&tv, NULL);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c819 gettimeofday(&slowio_starttime, NULL);
833 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1388 (void)gettimeofday(&endtime, NULL);
1403 (void)gettimeofday(&now, NULL);
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c615 gettimeofday(&c.time, NULL);
621 gettimeofday(&end, NULL);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c805 gettimeofday(&ref_tv, 0);
813 gettimeofday(&sub_tv, 0);
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c235 gettimeofday(&t1, NULL);
246 gettimeofday(&t2, NULL);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c866 if (gettimeofday(&start, NULL)) {
867 perror("gettimeofday");
960 if (gettimeofday(&end, NULL)) {
961 perror("gettimeofday");
H A Drc_pingpong.c916 if (gettimeofday(&start, NULL)) {
917 perror("gettimeofday");
1007 if (gettimeofday(&end, NULL)) {
1008 perror("gettimeofday");
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c342 gettimeofday(&t_start, NULL);
578 gettimeofday(&t_start, NULL);

Completed in 294 milliseconds

1234567891011>>