Home
last modified time | relevance | path

Searched refs:settime (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/sys/dev/xen/timer/
H A Dtimer.c222 struct xen_platform_op settime; in xentimer_settime() local
232 settime.cmd = XENPF_settime64; in xentimer_settime()
233 settime.u.settime64.mbz = 0; in xentimer_settime()
234 settime.u.settime64.secs = ts->tv_sec; in xentimer_settime()
235 settime.u.settime64.nsecs = ts->tv_nsec; in xentimer_settime()
236 settime.u.settime64.system_time = in xentimer_settime()
239 ret = HYPERVISOR_platform_op(&settime); in xentimer_settime()
/freebsd-13.1/contrib/unbound/util/
H A Dmini_event.c76 settime(struct event_base* base) in settime() function
97 if(settime(base) < 0) { in event_init()
193 if(settime(base) < 0) in handle_select()
200 if(settime(base) < 0) in handle_select()
233 if(settime(base) < 0) in event_base_dispatch()
H A Dwinsock_event.c72 settime(struct event_base* base) in settime() function
124 if(settime(base) < 0) { in event_init()
297 if(settime(base) < 0) in handle_select()
432 if(settime(base) < 0) in event_base_dispatch()
/freebsd-13.1/sys/xen/interface/
H A Ddom0_ops.h97 struct dom0_settime settime; member
H A Dplatform.h625 struct xenpf_settime settime; member
/freebsd-13.1/sys/kern/
H A Dclock_if.m42 METHOD int settime {
H A Dkern_time.c90 static int settime(struct thread *, struct timeval *);
122 settime(struct thread *td, struct timeval *tv) in settime() function
421 error = settime(td, &atv); in kern_clock_settime()
711 error = settime(td, tv); in kern_settimeofday()
/freebsd-13.1/contrib/sendmail/src/
H A Denvelope.c817 settime(e);
851 settime(e) in settime() function
H A Dsendmail.h2819 extern void settime __P((ENVELOPE *));
H A Dsrvrsmtp.c934 settime(e);
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dlayout.std343 offsetof(settime) = 12
H A Dntpdc_ops.c2414 (long)ntohl(it->settime)); in traps()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_request.h786 u_int32 settime; /* time trap last set */ member
/freebsd-13.1/usr.sbin/ntp/ntpdc/
H A Dnl.c677 (int) offsetof(struct info_trap, settime));
/freebsd-13.1/targets/pseudo/userland/
H A DMakefile.depend543 usr.sbin/dnssec-settime \
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_request.c2201 it->settime = htonl((u_int32)(current_time - tr->tr_settime)); in req_get_traps()
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.05875 * libntp/machines.c: the settime() choices were ordered badly.
/freebsd-13.1/
H A DObsoleteFiles.inc8691 OLD_FILES+=usr/sbin/dnssec-settime
8733 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-settime.html
8855 OLD_FILES+=usr/share/man/man8/dnssec-settime.8.gz
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES10200 for macros defined in initsys() and settime(); since