Home
last modified time | relevance | path

Searched refs:L5_SZ (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h315 #define L5_SZ 2 /* size of array for level 5 samples */ macro
392 short l5[L5_SZ]; /* level 5 samples */
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1605 for (i = 0; i < L5_SZ; i++) { in init_temp_arrays()
1659 tmp_index = tmp_index % L5_SZ; in update_temp()
2144 for (i = 0; i < L5_SZ; i++) { in overtemp_kstat_update()
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c1297 buf = short_array_to_string(temps->l5, L5_SZ); in save_temperature()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs621 hv_store(self, "l5", 2, short_array_to_SV(tempsp->l5, L5_SZ), 0); in save_temperature()