HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_CLOCKCTL (Results 1 - 6 of 6) sorted by relevancy

  /src/include/
paths.h 61 #define _PATH_CLOCKCTL "/dev/clockctl"
  /src/lib/libc/sys/
adjtime.c 79 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
clock_settime.c 81 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
ntp_adjtime.c 89 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
settimeofday.c 80 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
  /src/tests/include/
t_paths.c 61 { _PATH_CLOCKCTL, PATH_DEV | PATH_ROOT },

Completed in 16 milliseconds