Symbol: sensor_type
sys/dev/acpica/aibs/atk0110.c
138
aibs_attach_sif(struct aibs_softc *sc, enum sensor_type st)
sys/dev/acpica/aibs/atk0110.c
296
aibs_refresh_r(struct aibs_softc *sc, enum sensor_type st)
sys/dev/acpica/aibs/atk0110.c
71
static void aibs_attach_sif(struct aibs_softc *, enum sensor_type);
sys/dev/acpica/aibs/atk0110.c
72
static void aibs_refresh_r(struct aibs_softc *, enum sensor_type);
sys/dev/apple/smc/smc_sysctl.c
229
int sensor_type = (arg2 >> 8) & 0xFF;
sys/dev/apple/smc/smc_sysctl.c
233
switch (sensor_type) {
sys/dev/powermng/lm/lm78var.h
132
enum sensor_type type;
sys/dev/powermng/uguru/uguru.c
119
enum sensor_type type;
sys/kern/kern_sensors.c
216
sensor_find(struct ksensordev *sensdev, enum sensor_type type, int numt)
sys/kern/kern_sensors.c
43
static struct ksensor *sensor_find(struct ksensordev *, enum sensor_type,
sys/kern/kern_sensors.c
507
enum sensor_type type;
sys/sys/sensors.h
115
enum sensor_type type; /* sensor type */
sys/sys/sensors.h
147
enum sensor_type type; /* sensor type */
usr.bin/systat/sensors.c
87
enum sensor_type type;
usr.sbin/sensorsd/sensorsd.c
198
enum sensor_type type;
usr.sbin/sensorsd/sensorsd.c
50
enum sensor_type type; /* sensor type */
usr.sbin/sensorsd/sensorsd.c
606
print_sensor(enum sensor_type type, int64_t value)
usr.sbin/sensorsd/sensorsd.c
715
get_val(char *buf, int upper, enum sensor_type type)
usr.sbin/sensorsd/sensorsd.c
86
static char *print_sensor(enum sensor_type, int64_t);
usr.sbin/sensorsd/sensorsd.c
89
static int64_t get_val(char *, int, enum sensor_type);