Searched refs:ntptimeval (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_syscall.h22 struct ntptimeval struct
33 struct ntptimeval *ntv
/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h53 * struct ntptimeval *tptr pointer to ntptimeval structure
249 struct ntptimeval { struct
302 extern int ntp_gettime __P((struct ntptimeval *));
/freebsd-13-stable/sys/sys/
H A Dtimex.h102 * Clock states (ntptimeval.time_state)
114 struct ntptimeval { struct
165 int ntp_gettime(struct ntptimeval *);
H A Dsysproto.h687 char ntvp_l_[PADL_(struct ntptimeval *)]; struct ntptimeval * ntvp; char ntvp_r_[PADR_(struct ntptimeval *)];
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c212 static void ntp_gettime1(struct ntptimeval *ntvp);
253 ntp_gettime1(struct ntptimeval *ntvp)
279 struct ntptimeval *ntvp;
286 struct ntptimeval ntv;
301 struct ntptimeval ntv; /* temporary structure */
315 CTLFLAG_MPSAFE, 0, sizeof(struct ntptimeval) , ntp_sysctl, "S,ntptimeval",
/freebsd-13-stable/contrib/ntp/util/
H A Dntptime.c95 struct ntptimeval ntv;
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure15125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
15126 $as_echo_n "checking for struct ntptimeval... " >&6; }
15140 struct ntptimeval n;
/freebsd-13-stable/contrib/ntp/
H A Dconfigure24451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
24452 $as_echo_n "checking for struct ntptimeval... " >&6; }
24466 struct ntptimeval n;
27022 ac_fn_c_check_member "$LINENO" "struct ntptimeval" "time.tv_nsec" "ac_cv_member_struct_ntptimeval_time_tv_nsec" "

Completed in 306 milliseconds