Lines Matching full:sensors
54 /* Number of available sensors in the system. */
71 static TAILQ_HEAD(, lm75_snmp_sensor) sensors =
72 TAILQ_HEAD_INITIALIZER(sensors);
74 /* Ticks of the last sensors reading. */
85 "This module implements the BEGEMOT MIB for reading LM75 sensors data.",
109 "The MIB module for reading lm75 sensors data.", module); in lm75_start()
128 while ((sensor = TAILQ_FIRST(&sensors)) != NULL) { in free_sensors()
129 TAILQ_REMOVE(&sensors, sensor, link); in free_sensors()
236 TAILQ_INSERT_TAIL(&sensors, sensor, link); in add_sensor()
274 /* Traverse the sysctl(3) interface and find the active sensors. */ in update_sensors()
379 sensor = NEXT_OBJECT_INT(&sensors, &value->var, sub); in op_lm75SensorTable()
388 sensor = FIND_OBJECT_INT(&sensors, &value->var, sub); in op_lm75SensorTable()