Searched refs:ntp_conf_sensor (Results 1 – 4 of 4) sorted by relevance
161 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()
211 struct ntp_conf_sensor { struct212 TAILQ_ENTRY(ntp_conf_sensor) entry;233 TAILQ_HEAD(ntp_conf_sensors, ntp_conf_sensor) ntp_conf_sensors; argument358 struct ntp_conf_sensor *new_sensor(char *);
115 struct ntp_conf_sensor *cs; in sensor_add()
318 struct ntp_conf_sensor *s;