Home
last modified time | relevance | path

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

/src/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()
/src/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()
/src/sys/contrib/xen/
H A Ddom0_ops.h97 struct dom0_settime settime; member
H A Dplatform.h637 xenpf_settime_t settime; member
/src/sys/kern/
H A Dclock_if.m41 METHOD int settime {
H A Dkern_time.c87 static int settime(struct thread *, struct timeval *);
120 settime(struct thread *td, struct timeval *tv) in settime() function
431 error = settime(td, &atv); in kern_clock_settime()
747 error = settime(td, tv); in kern_settimeofday()
H A Dkern_jail.c5221 SYSCTL_JAIL_PARAM(_allow, settime, CTLTYPE_INT | CTLFLAG_RW,
/src/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);
/src/contrib/ntp/ntpdc/
H A Dlayout.std343 offsetof(settime) = 12
H A Dntpdc_ops.c2414 (long)ntohl(it->settime)); in traps()
/src/contrib/ntp/include/
H A Dntp_request.h786 u_int32 settime; /* time trap last set */ member
/src/usr.sbin/ntp/ntpdc/
H A Dnl.c676 (int) offsetof(struct info_trap, settime));
/src/targets/pseudo/userland/
H A DMakefile.depend525 usr.sbin/dnssec-settime \
/src/libexec/rc/
H A Drc.subr1302 settime)
1303 _opts="allow.settime"
/src/contrib/ntp/ntpd/
H A Dntp_request.c2210 it->settime = htonl((u_int32)(current_time - tr->tr_settime)); in req_get_traps()
/src/contrib/ntp/
H A DCommitLog-4.1.05875 * libntp/machines.c: the settime() choices were ordered badly.
/src/contrib/sendmail/
H A DRELEASE_NOTES10498 for macros defined in initsys() and settime(); since