update_temp
static error_t update_temp(menu_t *mp, char *dummy, char *opt);
"update_temp", OPT_OPTIONAL, update_temp, 0, /* reboot */
static error_t update_temp(struct menu_lst *, char *, char *);
"update_temp", OPT_OPTIONAL, update_temp, 0, /* reboot */
update_temp(list->pdip, &list->tempstat,
update_temp(list->pdip, &list->tempstat,
void update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value);