Home
last modified time | relevance | path

Searched refs:_PATH_CLOCKCTL (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/lib/libc/sys/
Dsettimeofday.c80 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0); in settimeofday()
Dadjtime.c79 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0); in adjtime()
Dclock_settime.c81 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0); in clock_settime()
Dntp_adjtime.c89 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0); in ntp_adjtime()
/netbsd/src/include/
Dpaths.h61 #define _PATH_CLOCKCTL "/dev/clockctl" macro
/netbsd/src/tests/include/
Dt_paths.c61 { _PATH_CLOCKCTL, PATH_DEV | PATH_ROOT },