Searched refs:gettimeofday (Results 251 - 275 of 341) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c283 if(gettimeofday(&daemon->time_boot, NULL) < 0)
284 log_err("gettimeofday: %s", strerror(errno));
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c395 (void)gettimeofday(&end, NULL);
400 (void)gettimeofday(&rem, NULL);
/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c1055 gettimeofday(&TimeValue, NULL); // Now always read the system time to keep "real time" of operation.
2053 gettimeofday(&TimeValue, NULL);
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c349 gettimeofday(&ut.ut_tv, NULL);
918 gettimeofday(&ut.ut_tv, NULL);
/freebsd-11-stable/tests/sys/audit/
H A Dadministrative.c76 ATF_REQUIRE_EQ(0, gettimeofday(&tp, &tzp));
79 /* Setting the same time as obtained by gettimeofday(2) */
104 ATF_REQUIRE_EQ(0, gettimeofday(&tp, &tzp));
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c368 gettimeofday(&end, NULL);
374 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c409 gettimeofday(&beginTime, NULL);
413 gettimeofday(&now, NULL);
H A Dsh.proc.c299 (void) gettimeofday(&pp->p_etime, NULL);
828 (void) gettimeofday(&pp->p_btime, NULL);
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c935 (void) gettimeofday(&t1, NULL);
938 (void) gettimeofday(&t2, NULL);
/freebsd-11-stable/sbin/init/
H A Dinit.c1002 gettimeofday(&tv, NULL);
1008 gettimeofday(&tn, NULL);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c2071 gettimeofday(&s, NULL);
2073 gettimeofday(&e, NULL);
2232 gettimeofday(&s, NULL);
2234 gettimeofday(&e, NULL);
3104 gettimeofday(&s, NULL);
3106 gettimeofday(&e, NULL);
4246 gettimeofday(&now, NULL);
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4328 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4439 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4646 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6461 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7322 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7614 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7711 For example, HP-UX 11i <limits.h> declares gettimeofday
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dprimary.c1977 gettimeofday(&tend, NULL);
2019 gettimeofday(&tstart, NULL);
2035 gettimeofday(&tend, NULL);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c155 #define swrapGetTimeOfDay(tval) gettimeofday(tval,NULL)
157 #define swrapGetTimeOfDay(tval) gettimeofday(tval)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c952 gettimeofday(&before, NULL);
960 gettimeofday(&after, NULL);
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.c479 gettimeofday (&tv, NULL);
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c1428 gettimeofday (&time_now, NULL);
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c1013 if (gettimeofday (&timeval, 0) == 0)
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_vc.c269 (void)gettimeofday(&now, NULL);
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c516 (void)gettimeofday(&utmp.ut_tv, NULL);
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c410 gettimeofday(&tv, NULL);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c337 if (gettimeofday(&tv, NULL) != 0)
338 assert(!"gettimeofday() failed");
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc592 gettimeofday(&now, 0);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c195 gettimeofday(&chp->time, NULL);
/freebsd-11-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c176 (void)gettimeofday(&tv, NULL);
731 { "gettimeofday", test_gettimeofday },

Completed in 261 milliseconds

<<11121314