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

  /src/sys/sys/
clockctl.h 63 struct clockctl_ntp_adjtime { struct
68 #define CLOCKCTL_NTP_ADJTIME _IOWR('C', 0x8, struct clockctl_ntp_adjtime)
  /src/lib/libc/sys/
ntp_adjtime.c 65 struct clockctl_ntp_adjtime args;
102 error = ioctl(__clockctl_fd, CLOCKCTL_NTP_ADJTIME, &args);
  /src/sys/dev/
clockctl.c 244 case CLOCKCTL_NTP_ADJTIME: {
245 struct clockctl_ntp_adjtime *args = data;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 586 struct clockctl_ntp_adjtime *p, u_long cmd)
1106 netbsd32_from_clockctl_ntp_adjtime(const struct clockctl_ntp_adjtime *p,
1247 struct clockctl_ntp_adjtime *args)
1689 size = IOCPARM_LEN(CLOCKCTL_NTP_ADJTIME);
1697 (struct clockctl_ntp_adjtime *)data,
1698 CLOCKCTL_NTP_ADJTIME);
1700 (struct clockctl_ntp_adjtime *)data);
1702 (const struct clockctl_ntp_adjtime *)data,
1704 CLOCKCTL_NTP_ADJTIME);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 592 unsigned struct_clockctl_ntp_adjtime_sz = sizeof(clockctl_ntp_adjtime);
1884 unsigned IOCTL_CLOCKCTL_NTP_ADJTIME = CLOCKCTL_NTP_ADJTIME;

Completed in 16 milliseconds