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

/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h61 #define _PATH_CLOCKCTL "/dev/clockctl" macro
/netbsd-6-1-5-RELEASE/lib/libc/sys/
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 Dntp_adjtime.c90 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
H A Dsettimeofday.c80 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c61 { _PATH_CLOCKCTL, PATH_DEV | PATH_ROOT },

Completed in 65 milliseconds