Home
last modified time | relevance | path

Searched refs:timerisset (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dcallout.cc106 if (!timerisset(&interval)) in Reset()
178 && timerisset(&s_activeCallouts.front()->m_interval) == 0); in ExpireCallouts()
/freebsd-13.1/usr.sbin/ac/
H A Dac.c308 if (timerisset(&total)) in show_today()
428 if (!timerisset(&FirstTime)) in ac()
/freebsd-13.1/contrib/sendmail/libsm/
H A Ddebug.c149 if (timerisset(&lasttv))
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h524 #define evutil_timerisset(tvp) timerisset(tvp)
/freebsd-13.1/contrib/libevent/include/event2/
H A Dutil.h553 #define evutil_timerisset(tvp) timerisset(tvp)
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dconfigure.ac300 AC_MSG_CHECKING(for timerisset in sys/time.h)
304 #ifdef timerisset
308 [Define if timerisset is defined in <sys/time.h>])
H A Dconfig.h.in352 /* Define if timerisset is defined in <sys/time.h> */
/freebsd-13.1/contrib/libevent/
H A Dconfigure.ac307 AC_MSG_CHECKING(for timerisset in sys/time.h)
311 #ifdef timerisset
315 [Define if timerisset is defined in <sys/time.h>])
H A Dconfig.h.in358 /* Define if timerisset is defined in <sys/time.h> */
/freebsd-13.1/sys/sys/
H A Dtime.h426 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) macro
/freebsd-13.1/share/man/man3/
H A DMakefile302 timeradd.3 timerisset.3 \
/freebsd-13.1/crypto/openssh/
H A Dmisc.c1705 if (!timerisset(&bw->bwstart)) { in bandwidth_limit()
1714 if (!timerisset(&bw->bwend)) in bandwidth_limit()
/freebsd-13.1/tools/tools/netmap/
H A Dpkt-gen.c2713 if (!timerisset(&tic) || timespec_ge(&targs[i].tic, &t_tic)) in main_thread()
2715 if (!timerisset(&toc) || timespec_ge(&targs[i].toc, &t_toc)) in main_thread()