/src/sys/modules/clockctl/ |
Makefile | 7 KMOD= clockctl 8 IOCONF= clockctl.ioconf 9 SRCS= clockctl.c
|
/src/etc/rc.d/ |
ntpd | 37 # - The kernel has "pseudo-device clockctl" compiled in 38 # - /dev/clockctl is present 40 if (: </dev/clockctl) 2>/dev/null; then 44 "WARNING: not chrooting -- no working /dev/clockctl device" 47 if [ ! -c "${ntpd_chrootdir}/dev/clockctl" ]; then 48 rm -f "${ntpd_chrootdir}/dev/clockctl" 49 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
|
/src/sys/arch/hpcmips/conf/ |
NULLCONF | 46 pseudo-device clockctl # user control of clock subsystem
|
LROUTER | 175 pseudo-device clockctl # user control of clock subsystem
|
TX3912 | 282 pseudo-device clockctl # user control of clock subsystem
|
/src/lib/libc/sys/ |
adjtime.c | 50 #include <sys/clockctl.h> 64 * clockctl if that fails with EPERM 70 * try via clockctl if the call fails with EPERM 77 * and we cannot open clockctl. This is a failure. 88 * If __clockctl_fd >=0, clockctl has already been open
|
clock_settime.c | 52 #include <sys/clockctl.h> 66 * clockctl if that fails. 79 * and we cannot open clockctl. This is a failure. 90 * If __clockctl_fd >=0, clockctl has already been open
|
ntp_adjtime.c | 46 #include <sys/clockctl.h> 71 * use the clockctl device before 79 * if we fail with EPERM we try the clockctl device 86 * and we cannot open clockctl. This is a true 98 * If __clockctl_fd >=0, clockctl has already been open
|
settimeofday.c | 45 #include <sys/clockctl.h> 65 * try syscal first and attempt to switch to clockctl 72 * switch to clockctl if we fail with EPERM, this 89 * If __clockctl_fd >=0, clockctl has already been open
|
/src/sys/arch/mips/atheros/ |
ar5312.c | 148 const uint32_t clockctl = GETSYSREG(AR5312_SYSREG_CLOCKCTL); local in function:ar5312_get_freqs 151 predivisor = __SHIFTOUT(clockctl, AR2313_CLOCKCTL_PREDIVIDE); 152 multiplier = __SHIFTOUT(clockctl, AR2313_CLOCKCTL_MULTIPLIER); 154 predivisor = __SHIFTOUT(clockctl, AR5312_CLOCKCTL_PREDIVIDE); 155 multiplier = __SHIFTOUT(clockctl, AR5312_CLOCKCTL_MULTIPLIER); 156 if (clockctl & AR5312_CLOCKCTL_DOUBLER)
|
/src/etc/etc.sandpoint/ |
MAKEDEV.conf | 6 makedev pci0 clockctl
|
/src/sys/compat/common/ |
clockctl_50.c | 54 #include <sys/clockctl.h> 55 #include <compat/sys/clockctl.h>
|
compat_50_mod.c | 50 #include <compat/sys/clockctl.h>
|
/src/sys/arch/playstation2/conf/ |
config.playstation2 | 85 pseudo-device clockctl # user control of clock subsystem
|
/src/sys/dev/ |
clockctl.c | 1 /* $NetBSD: clockctl.c,v 1.39 2022/03/28 12:33:20 riastradh Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: clockctl.c,v 1.39 2022/03/28 12:33:20 riastradh Exp $"); 55 #include <sys/clockctl.h> 56 #include <compat/sys/clockctl.h> 149 MODULE(MODULE_CLASS_DRIVER, clockctl, NULL); 170 error = devsw_attach("clockctl", NULL, &bmajor,
|
/src/sys/arch/mipsco/conf/ |
RC3230 | 131 pseudo-device clockctl # user control of clock subsystem
|
/src/sys/arch/atari/conf/ |
ATARITT | 66 pseudo-device clockctl # user control of clock subsystem
|
FALCON | 71 pseudo-device clockctl # user control of clock subsystem
|
MILAN-ISAIDE | 68 pseudo-device clockctl # user control of clock subsystem
|
MILAN-PCIIDE | 68 pseudo-device clockctl # user control of clock subsystem
|
HADES | 70 pseudo-device clockctl # user control of clock subsystem
|
GENERIC.in | 283 pseudo-device clockctl # user control of clock subsystem
|
/src/sys/arch/newsmips/conf/ |
WAPIKO | 101 pseudo-device clockctl # user control of clock subsystem
|
/src/sys/arch/evbarm/conf/ |
GENERIC.common | 176 pseudo-device clockctl # user control of clock subsystem
|
/src/sys/arch/riscv/conf/ |
GENERIC.common | 210 pseudo-device clockctl # user control of clock subsystem
|