Searched refs:rtc (Results 51 - 66 of 66) sorted by relevance

123

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c4689 int rtc; local
4726 rtc = (int) write(parse->generic->io.fd, cmd_buffer, (unsigned long)(outp - cmd_buffer));
4728 if (rtc < 0)
4734 if (rtc != outp - cmd_buffer)
4737 msyslog(LOG_ERR, "PARSE receiver #%d: gps16x_poll: failed to send cmd incomplete (%d of %d bytes sent)", CLK_UNIT(parse->peer), rtc, (int)(outp - cmd_buffer));
4789 long rtc; local
4793 rtc = write(parse->generic->io.fd, ps, ct);
4794 if (rtc < 0)
4800 if (rtc != ct)
4803 msyslog(LOG_ERR, "PARSE receiver #%d: poll_dpoll: failed to send cmd incomplete (%ld of %ld bytes sent)", CLK_UNIT(parse->peer), rtc, c
4909 int rtc = (int) write(parse->generic->io.fd, *iv, strlen(*iv)); local
[all...]
/netbsd-current/sys/arch/x86/isa/
H A Dclock.c154 #include <x86/rtc.h>
/netbsd-current/sys/arch/next68k/next68k/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.20 2023/10/19 22:07:13 andvar Exp $ */
34 * interpretation of the rtc.
42 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.20 2023/10/19 22:07:13 andvar Exp $");
52 #include <next68k/next68k/rtc.h>
H A Dmachdep.c110 #include <next68k/next68k/rtc.h>
/netbsd-current/sys/arch/amiga/dev/
H A Dclock.c58 #include <amiga/dev/rtc.h>
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c84 #include <machine/rtc.h>
H A Dpxa2x0_hpc_machdep.c86 #include <machine/rtc.h>
/netbsd-current/sys/arch/x86/conf/
H A Dfiles.x86150 file arch/x86/isa/rtc.c isa
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d509 auto rtc = a * c1;
510 assert(rtc == ctr);
/netbsd-current/sys/arch/acorn32/eb7500atx/
H A Deb7500atx_machdep.c92 #include <machine/rtc.h>
/netbsd-current/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c90 #include <machine/rtc.h>
/netbsd-current/external/mit/isl/dist/
H A Disl_transitive_closure.c1166 isl_map *rtc = NULL; local
1188 rtc = isl_map_union(isl_map_copy(tc),
1191 qc = isl_map_apply_range(rtc, qc);
1193 qc = isl_map_apply_range(qc, rtc);
/netbsd-current/sys/arch/xen/xen/
H A Dxen_clock.c69 #include <x86/rtc.h>
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d552 auto rtc = a * c1;
553 assert(rtc == ctr);
/netbsd-current/etc/
H A DMAKEDEV.tmpl271 # rtc* RealTimeClock
1788 rtc)
1789 mkdev rtc c %rtc_chr% 0 644
/netbsd-current/sys/dev/ic/
H A Dmfireg.h730 uint32_t rtc; member in struct:mfi_evt_detail::__anon45::__anon59

Completed in 419 milliseconds

123