Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c217 struct xen_platform_op settime; in xentimer_settime() local
227 settime.cmd = XENPF_settime64; in xentimer_settime()
228 settime.u.settime64.mbz = 0; in xentimer_settime()
229 settime.u.settime64.secs = ts->tv_sec; in xentimer_settime()
230 settime.u.settime64.nsecs = ts->tv_nsec; in xentimer_settime()
231 settime.u.settime64.system_time = in xentimer_settime()
234 ret = HYPERVISOR_platform_op(&settime); in xentimer_settime()
/freebsd/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/sys/contrib/xen/
H A Ddom0_ops.h97 struct dom0_settime settime; member
H A Dplatform.h637 xenpf_settime_t settime; member
/freebsd/sys/kern/
H A Dclock_if.m41 METHOD int settime {
H A Dkern_time.c86 static int settime(struct thread *, struct timeval *);
120 settime(struct thread *td, struct timeval *tv) in settime()
400 "do not perform possibly restrictive checks on settime(2) args");
420 error = settime(td, &atv); in kern_clock_settime()
707 error = settime(td, tv); in kern_settimeofday()
119 settime(struct thread *td, struct timeval *tv) settime() function
H A Dkern_jail.c4678 SYSCTL_JAIL_PARAM(_allow, settime, CTLTYPE_INT | CTLFLAG_RW,
/freebsd/contrib/sendmail/src/
H A Denvelope.c802 settime(e);
836 settime(e) in settime() function
H A Dsendmail.h2990 extern void settime __P((ENVELOPE *));
H A Dsrvrsmtp.c1074 settime(e);
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std343 offsetof(settime) = 12
H A Dntpdc_ops.c2414 (long)ntohl(it->settime)); in traps()
/freebsd/contrib/ntp/include/
H A Dntp_request.h786 u_int32 settime; /* time trap last set */ member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c676 (int) offsetof(struct info_trap, settime));
/freebsd/targets/pseudo/userland/
H A DMakefile.depend526 usr.sbin/dnssec-settime \
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2210 it->settime = htonl((u_int32)(current_time - tr->tr_settime));
/freebsd/contrib/ntp/
H A DCommitLog-4.1.05875 * libntp/machines.c: the settime() choices were ordered badly.
/freebsd/
H A DObsoleteFiles.inc15618 OLD_FILES+=usr/sbin/dnssec-settime
15660 OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-settime.html
15782 OLD_FILES+=usr/share/man/man8/dnssec-settime.8.gz
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10498 for macros defined in initsys() and settime(); since