Symbol: tempr_t
usr/src/cmd/picl/plugins/sun4u/chicago/envd/envd.h
448
tempr_t cur_temp; /* current temperature */
usr/src/cmd/picl/plugins/sun4u/chicago/envd/envd.h
456
extern int get_temperature(env_sensor_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/envd.h
482
extern int disk_temperature(env_disk_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1097
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1219
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
515
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
559
disk_temperature(env_disk_t *diskp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
169
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
186
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
198
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
215
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
449
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
575
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/envd.h
388
tempr_t cur_temp; /* current temperature */
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/envd.h
393
tempr_t tmin;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/envd.h
397
extern int get_temperature(env_sensor_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/envd.h
422
extern int disk_temperature(env_disk_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1543
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1634
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
818
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
839
*temp = (tempr_t)y_of_x(sensorp->crtbl, *temp);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
850
disk_temperature(env_disk_t *diskp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
867
get_raw_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
179
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
196
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
208
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
225
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
451
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
573
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
200
tempr_t low_power_off; /* low power-off temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
201
tempr_t high_power_off; /* high power-off temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
202
tempr_t low_shutdown; /* low shutdown temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
203
tempr_t high_shutdown; /* high shutdown temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
204
tempr_t low_warning; /* low warning temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
205
tempr_t high_warning; /* high warning temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
206
tempr_t min_limit; /* sensor minimum temperature limit */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
207
tempr_t max_limit; /* sensor maximum temperature limit */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
210
tempr_t policy_data[MAX_POLICY_ENTRIES];
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
274
tempr_t observed; /* observed temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
275
tempr_t expected; /* expected temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
293
tempr_t cur_temp; /* current temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
294
tempr_t target_temp; /* target temperature */
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envd.h
315
extern int get_temperature(env_sensor_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1144
(tempr_t)datap->policy_data[i];
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1157
tempr_t observed, expected;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1171
observed = (tempr_t)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1173
expected = (tempr_t)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1270
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1289
expected_temp = xlate_obs2exp(sensorp, (tempr_t)*temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1293
sensorp->name, *temp, (tempr_t)expected_temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1294
*temp = (tempr_t)expected_temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1606
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1792
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1904
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2324
if (errno != 0 || val != (tempr_t)val) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2347
*(tempr_t *)addr = (tempr_t)val;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2378
*(tempr_t *)addr = (tempr_t)val;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
702
xlate_obs2exp(env_sensor_t *sensorp, tempr_t temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
750
xlate_exp2obs(env_sensor_t *sensorp, tempr_t temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
204
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
222
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
544
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
587
sizeof (tempr_t), get_current_temp,
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
131
tempr_t cur_temp; /* current temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
138
extern int get_temperature(env_sensor_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
71
tempr_t low_power_off; /* low power-off temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
72
tempr_t high_power_off; /* high power-off temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
73
tempr_t low_shutdown; /* low shutdown temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
74
tempr_t high_shutdown; /* high shutdown temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
75
tempr_t low_warning; /* low warning temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
76
tempr_t high_warning; /* high warning temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/envd.h
77
tempr_t target_temp; /* target temperature */
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
218
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
220
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
222
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
224
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
226
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
228
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
230
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
232
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
234
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
236
sizeof (tempr_t)},
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
287
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
449
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
519
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
618
tempr_t cpu_amb_temp, cpu_die_temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
619
tempr_t cpu_amb_warning, cpu_die_warning;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
189
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
205
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
521
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
549
sizeof (tempr_t), get_current_temp,
usr/src/cmd/picl/plugins/sun4u/taco/envd/envd.h
307
tempr_t cur_temp; /* current temperature */
usr/src/cmd/picl/plugins/sun4u/taco/envd/envd.h
312
tempr_t tmin;
usr/src/cmd/picl/plugins/sun4u/taco/envd/envd.h
316
extern int get_temperature(env_sensor_t *, tempr_t *);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1171
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1267
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
648
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
667
*temp = (tempr_t)y_of_x(sensorp->crtbl, *temp);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
678
get_raw_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
142
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
159
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
381
PICL_PTYPE_INT, PICL_READ, sizeof (tempr_t),