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

  /src/lib/libc/sys/
adjtime.c 59 struct clockctl_adjtime args;
93 return ioctl(__clockctl_fd, CLOCKCTL_ADJTIME, &args);
  /src/sys/sys/
clockctl.h 49 struct clockctl_adjtime { struct
54 #define CLOCKCTL_ADJTIME _IOWR('C', 0x6, struct clockctl_adjtime)
  /src/sys/dev/
clockctl.c 218 case CLOCKCTL_ADJTIME: {
220 struct clockctl_adjtime *args = data;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 565 struct clockctl_adjtime *p, u_long cmd)
1087 netbsd32_from_clockctl_adjtime(const struct clockctl_adjtime *p,
1682 IOCTL_STRUCT_CONV_TO(CLOCKCTL_ADJTIME, clockctl_adjtime);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 590 unsigned struct_clockctl_adjtime_sz = sizeof(clockctl_adjtime);
1882 unsigned IOCTL_CLOCKCTL_ADJTIME = CLOCKCTL_ADJTIME;
sanitizer_interceptors_ioctl_netbsd.inc 950 _(CLOCKCTL_ADJTIME, READWRITE, struct_clockctl_adjtime_sz);

Completed in 39 milliseconds