Home
last modified time | relevance | path

Searched refs:MAX_TEMPS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dlom_io.h522 #define MAX_TEMPS 8 macro
527 char name[MAX_TEMPS][MAX_LOM2_NAME_STR];
528 int temp[MAX_TEMPS]; /* degrees C */
529 int warning[MAX_TEMPS]; /* degrees C - zero if not enabled */
530 int shutdown[MAX_TEMPS]; /* degrees C - zero if not enabled */
532 char name_ov[MAX_TEMPS][MAX_LOM2_NAME_STR];
533 int status_ov[MAX_TEMPS]; /* 0=ok 1=faulty */
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c125 static tempr_t high_warnings[MAX_TEMPS];
126 static tempr_t high_shutdowns[MAX_TEMPS];
127 static picl_prophdl_t temp_handles[MAX_TEMPS];
563 for (index = 0; index < MAX_TEMPS; index++) { in read_vol_temp()
568 if (index == MAX_TEMPS) { in read_vol_temp()
/titanic_41/usr/src/uts/common/io/
H A Dbscv.c4015 ((dev_no - 1) < MAX_TEMPS)) { in bscv_status()
5842 int oldtemps[MAX_TEMPS]; in bscv_setup_static_info()
5896 if (ssp->temps.num > MAX_TEMPS) { in bscv_setup_static_info()
5901 ssp->temps.num, MAX_TEMPS); in bscv_setup_static_info()
5902 ssp->temps.num = MAX_TEMPS; in bscv_setup_static_info()
5906 if (ssp->temps.num_ov > MAX_TEMPS) { in bscv_setup_static_info()
5911 ssp->temps.num_ov, MAX_TEMPS); in bscv_setup_static_info()
5912 ssp->temps.num_ov = MAX_TEMPS; in bscv_setup_static_info()