Searched refs:_PATH_CLOCKCTL (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 202 milliseconds