Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/usr.sbin/ctm/ctm/
H A Dctm_pass3.c23 settime(const char *name, const struct timeval *times) in settime() function
196 if (settime(name,times)) WRONG in Pass3()
220 if (settime(name,times)) WRONG in Pass3()
239 if (settime(name,times)) WRONG in Pass3()
251 if (settime(name,times)) WRONG in Pass3()
/freebsd-12.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-12.1/sys/xen/interface/
H A Ddom0_ops.h97 struct dom0_settime settime; member
H A Dplatform.h619 struct xenpf_settime settime; member
/freebsd-12.1/sys/kern/
H A Dclock_if.m42 METHOD int settime {
H A Dkern_time.c89 static int settime(struct thread *, struct timeval *);
123 settime(struct thread *td, struct timeval *tv) in settime() function
419 error = settime(td, &atv); in kern_clock_settime()
714 error = settime(td, tv); in kern_settimeofday()
/freebsd-12.1/contrib/sendmail/src/
H A Denvelope.c804 settime(e);
838 settime(e) in settime() function
H A Dsendmail.h2788 extern void settime __P((ENVELOPE *));
H A Dsrvrsmtp.c858 settime(e);
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dlayout.std343 offsetof(settime) = 12
H A Dntpdc_ops.c2414 (long)ntohl(it->settime)); in traps()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_request.h786 u_int32 settime; /* time trap last set */ member
/freebsd-12.1/usr.sbin/ntp/ntpdc/
H A Dnl.c677 (int) offsetof(struct info_trap, settime));
/freebsd-12.1/targets/pseudo/userland/
H A DMakefile.depend543 usr.sbin/dnssec-settime \
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_request.c2201 it->settime = htonl((u_int32)(current_time - tr->tr_settime)); in req_get_traps()
/freebsd-12.1/
H A DObsoleteFiles.inc4866 OLD_FILES+=usr/sbin/dnssec-settime
4908 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-settime.html
5030 OLD_FILES+=usr/share/man/man8/dnssec-settime.8.gz
/freebsd-12.1/contrib/ntp/
H A DCommitLog-4.1.05875 * libntp/machines.c: the settime() choices were ordered badly.
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES10082 for macros defined in initsys() and settime(); since