Home
last modified time | relevance | path

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 */ in sgenv_process_threshold_event() local
3056 sgenv_tagid_to_string(sensor.sd_id, sensor_str); in sgenv_process_threshold_event()
3063 (void) strcat(sensor_str, SGENV_EVENT_MSG_OK); in sgenv_process_threshold_event()
3067 (void) strcat(sensor_str, SGENV_EVENT_MSG_LO_WARN); in sgenv_process_threshold_event()
3071 (void) strcat(sensor_str, SGENV_EVENT_MSG_HI_WARN); in sgenv_process_threshold_event()
3075 (void) strcat(sensor_str, SGENV_EVENT_MSG_LO_DANGER); in sgenv_process_threshold_event()
3079 (void) strcat(sensor_str, SGENV_EVENT_MSG_HI_DANGER); in sgenv_process_threshold_event()
3084 (void) strcat(sensor_str, SGENV_EVENT_MSG_UNKNOWN); in sgenv_process_threshold_event()
3088 DCMN_ERR_EVENT(CE_NOTE, "Temp/Power: %s", sensor_str); in sgenv_process_threshold_event()
3094 se_val.value.sv_string = sensor_str; in sgenv_process_threshold_event()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c893 char sensor_str[MAXNAMELEN]; in threshold_sysevent() local
949 (void) snprintf(sensor_str, sizeof (sensor_str), in threshold_sysevent()
954 (void) snprintf(sensor_str, sizeof (sensor_str), in threshold_sysevent()
959 (void) snprintf(sensor_str, sizeof (sensor_str), in threshold_sysevent()
964 err = nvlist_add_string(attr_list, ENV_MSG, sensor_str); in threshold_sysevent()
979 cmn_err(CE_NOTE, "%s", sensor_str); in threshold_sysevent()