Home
last modified time | relevance | path

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

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