Home
last modified time | relevance | path

Searched refs:ctl_var (Results 1 – 8 of 8) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_control.c81 static const struct ctl_var *ctl_getitem(const struct ctl_var *,
83 static u_short count_var (const struct ctl_var *);
337 static const struct ctl_var sys_var[] = {
447 static struct ctl_var *ext_sys_var = NULL;
494 static const struct ctl_var peer_var[] = {
614 static const struct ctl_var clock_var[] = {
2054 const struct ctl_var *k; in ctl_putsys()
2582 const struct ctl_var *k; in ctl_putpeer()
2913 const struct ctl_var *k; in ctl_putclock()
3061 static const struct ctl_var *
[all …]
H A Drefclock_neoclock4x.c730 out->kv_list = (struct ctl_var *)0; in neoclock4x_control()
H A Drefclock_parse.c433 struct ctl_var *kv; /* additional pseudo variables */
3074 parse->kv = (struct ctl_var *)0; in parse_start()
3522 out->kv_list = (struct ctl_var *)0; in parse_control()
3709 struct ctl_var *k; in parse_control()
H A Dntp_request.c2529 clock_stat.kv_list = (struct ctl_var *)0; in get_clock_info()
/src/contrib/ntp/include/
H A Dntpd.h89 struct ctl_var { struct
108 extern char * add_var (struct ctl_var **, u_long, u_short); argument
109 extern void free_varlist (struct ctl_var *);
110 extern void set_var (struct ctl_var **, const char *, u_long, u_short);
H A Dntp_refclock.h84 struct ctl_var *kv_list; /* additional variables */
/src/contrib/ntp/
H A DCommitLog-4.1.04371 * include/ntpd.h (struct ctl_var): text cannot be const char *
6024 * include/ntpd.h: ctl_var's text field isn't const.
H A DCommitLog31894 …make sure 'ctl_var' table matches indices (CS_LEAPSMEAR* is unconditionally defined and affects AU…