Home
last modified time | relevance | path

Searched refs:ntp_conf_sensor (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/ntpd/
H A Dconfig.c161 struct ntp_conf_sensor *
164 struct ntp_conf_sensor *s; in new_sensor()
166 if ((s = calloc(1, sizeof(struct ntp_conf_sensor))) == NULL) in new_sensor()
H A Dntpd.h211 struct ntp_conf_sensor { struct
212 TAILQ_ENTRY(ntp_conf_sensor) entry;
233 TAILQ_HEAD(ntp_conf_sensors, ntp_conf_sensor) ntp_conf_sensors; argument
358 struct ntp_conf_sensor *new_sensor(char *);
H A Dsensors.c115 struct ntp_conf_sensor *cs; in sensor_add()
H A Dparse.y318 struct ntp_conf_sensor *s;