Home
last modified time | relevance | path

Searched refs:ntv (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
HDkern_ntptime.c208 struct ntptimeval ntv; /* temporary structure */ in ntp_sysctl() local
215 ntv.time.tv_sec = atv.tv_sec; in ntp_sysctl()
216 ntv.time.tv_nsec = atv.tv_nsec; in ntp_sysctl()
217 ntv.maxerror = time_maxerror; in ntp_sysctl()
218 ntv.esterror = time_esterror; in ntp_sysctl()
219 ntv.tai = time_tai; in ntp_sysctl()
220 ntv.time_state = time_state; in ntp_sysctl()
251 ntv.time_state = TIME_ERROR; in ntp_sysctl()
254 error = sysctl_handle_opaque(oidp, &ntv, sizeof ntv, req); in ntp_sysctl()
284 struct timex ntv; /* temporary structure */ in sys_ntp_adjtime() local
[all …]
HDkern_time.c1035 struct timeval ctv, ntv; in realitexpire() local
1050 ntv = p->p_realtimer.it_value; in realitexpire()
1051 timevalsub(&ntv, &ctv); in realitexpire()
1052 callout_reset(&p->p_ithandle, tvtohz_low(&ntv), in realitexpire()
/dragonfly/lib/libc/gen/
HDntp_gettime.c39 ntp_gettime(struct ntptimeval *ntv) in ntp_gettime() argument
46 if(ntv) *ntv = tv; in ntp_gettime()