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

/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_syscall.h22 struct ntptimeval struct
33 struct ntptimeval *ntv
/freebsd-11.0-release/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-11.0-release/sys/sys/
H A Dtimex.h102 * Clock states (ntptimeval.time_state)
114 struct ntptimeval { struct
165 int ntp_gettime(struct ntptimeval *);
H A Dsysproto.h707 char ntvp_l_[PADL_(struct ntptimeval *)]; struct ntptimeval * ntvp; char ntvp_r_[PADR_(struct ntptimeval *)];
/freebsd-11.0-release/sys/kern/
H A Dkern_ntptime.c229 static void ntp_gettime1(struct ntptimeval *ntvp);
270 ntp_gettime1(struct ntptimeval *ntvp)
296 struct ntptimeval *ntvp;
303 struct ntptimeval ntv;
316 struct ntptimeval ntv; /* temporary structure */
327 CTLFLAG_MPSAFE, 0, sizeof(struct ntptimeval) , ntp_sysctl, "S,ntptimeval",
/freebsd-11.0-release/contrib/ntp/util/
H A Dntptime.c90 struct ntptimeval ntv;
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure24410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
24411 $as_echo_n "checking for struct ntptimeval... " >&6; }
24425 struct ntptimeval n;
26919 ac_fn_c_check_member "$LINENO" "struct ntptimeval" "time.tv_nsec" "ac_cv_member_struct_ntptimeval_time_tv_nsec" "
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure15088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
15089 $as_echo_n "checking for struct ntptimeval... " >&6; }
15103 struct ntptimeval n;

Completed in 159 milliseconds