Searched refs:sensor_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2930 char sensor_str[MAX_TAG_ID_STR_LEN]; /* holds the sensor TagID */ local
3056 sgenv_tagid_to_string(sensor.sd_id, sensor_str);
3063 (void) strcat(sensor_str, SGENV_EVENT_MSG_OK);
3067 (void) strcat(sensor_str, SGENV_EVENT_MSG_LO_WARN);
3071 (void) strcat(sensor_str, SGENV_EVENT_MSG_HI_WARN);
3075 (void) strcat(sensor_str, SGENV_EVENT_MSG_LO_DANGER);
3079 (void) strcat(sensor_str, SGENV_EVENT_MSG_HI_DANGER);
3084 (void) strcat(sensor_str, SGENV_EVENT_MSG_UNKNOWN);
3088 DCMN_ERR_EVENT(CE_NOTE, "Temp/Power: %s", sensor_str);
3094 se_val.value.sv_string = sensor_str;
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c893 char sensor_str[MAXNAMELEN]; local
949 (void) snprintf(sensor_str, sizeof (sensor_str),
954 (void) snprintf(sensor_str, sizeof (sensor_str),
959 (void) snprintf(sensor_str, sizeof (sensor_str),
964 err = nvlist_add_string(attr_list, ENV_MSG, sensor_str);
979 cmn_err(CE_NOTE, "%s", sensor_str);

Completed in 66 milliseconds