Searched refs:gettimeofday (Results 226 - 250 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c765 gettimeofday(&now, NULL);
783 gettimeofday(&now, NULL);
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h177 gettimeofday(&_t0, NULL); \
188 gettimeofday(&__xxts, NULL); \
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c671 if (0 != gettimeofday(&tv_xmt, NULL)) {
673 "xmt: gettimeofday() failed: %m");
1525 * times are always on the gettimeofday() 1970 scale. Older libevent 2
1526 * sometimes used gettimeofday(), sometimes the since-system-start
1535 * current gettimeofday() time. If they are within one hour, libevent
1540 * gettimeofday()'s scale.
1572 gtod_rc = gettimeofday(&systemt, NULL);
1575 "%s: gettimeofday() error %m",
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1066 gettimeofday(&last, NULL);
1111 gettimeofday(&now, NULL);
1196 gettimeofday(&last, NULL);
1341 (void)gettimeofday(&tv, NULL);
1484 (void)gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c779 gettimeofday(&mad_context.perfmgr_context.query_start, NULL);
802 gettimeofday(&mad_context.perfmgr_context.query_start, NULL);
1097 gettimeofday(&before, NULL);
1115 gettimeofday(&after, NULL);
1902 gettimeofday(&proc_time, NULL);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure3787 for ac_func in backtrace backtrace_symbols gettimeofday signal
3802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3908 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4223 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4544 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4648 For example, HP-UX 11i <limits.h> declares gettimeofday
[all...]
H A Dmf-runtime.c1050 gettimeofday (& new_obj->alloc_time, NULL);
1290 gettimeofday (& old_obj->dealloc_time, NULL);
1980 gettimeofday (& now, NULL);
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1084 (void)gettimeofday(&t1, NULL);
1097 (void)gettimeofday(&t2, NULL);
1275 (void)gettimeofday(&now, NULL);
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1315 if (gettimeofday(&listentry->time, NULL) == -1)
1316 warn("gettimeofday() failed");
1708 (void)gettimeofday(&end, NULL);
1713 (void)gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/ldns/
H A Dutil.c355 gettimeofday(&tv, NULL);
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dklist.c422 gettimeofday (&tv, NULL);
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_bcast.c379 (void) gettimeofday(&t, NULL);
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c781 gettimeofday(&t, NULL);
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h185 gettimeofday(&current_time, 0); \
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h192 gettimeofday(&cur_time, 0); \
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dtimed.c234 (void)gettimeofday(&ntime, NULL);
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c117 if (gettimeofday(&tp, (struct timezone *) NULL) < 0) {
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c1056 if (gettimeofday(&now, NULL) < 0) {
1057 plog(XLOG_ERROR, "clocktime: gettimeofday: %m");
/freebsd-11-stable/usr.bin/at/
H A Dat.c652 if (gettimeofday(&tv[0], NULL))
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c63 res = gettimeofday(&tv, NULL);
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c385 gettimeofday(&now, NULL);
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c630 gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-netfilter-linux.c241 gettimeofday(&pkth.ts, NULL);
/freebsd-11-stable/contrib/unbound/util/
H A Dub_event_pluggable.c687 if(gettimeofday(tv, NULL) < 0) {
688 log_err("gettimeofday: %s", strerror(errno));
H A Dwinsock_event.c74 if(gettimeofday(base->time_tv, NULL) < 0) {

Completed in 271 milliseconds

1234567891011>>