Searched refs:temps (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | bscv.c | 2403 lom_temp_t temps; in bscv_ioc_temp() local 2406 bzero(&temps, sizeof (temps)); in bscv_ioc_temp() 2408 for (i = 0; i < ssp->temps.num; i++) { in bscv_ioc_temp() 2409 if (ssp->temps.temp[i] != LOM_TEMP_STATE_NOT_PRESENT) { in bscv_ioc_temp() 2410 temps.temp[idx] = ssp->temps.temp[i]; in bscv_ioc_temp() 2411 bcopy(ssp->temps.name[i], temps.name[idx], in bscv_ioc_temp() 2412 sizeof (temps.name[idx])); in bscv_ioc_temp() 2413 temps.warning[idx] = ssp->temps.warning[i]; in bscv_ioc_temp() 2414 temps.shutdown[idx] = ssp->temps.shutdown[i]; in bscv_ioc_temp() 2418 temps.num = idx; in bscv_ioc_temp() [all …]
|
/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1274 struct temp_stats *temps = (struct temp_stats *)(kp->ks_data); in save_temperature() local 1279 SAVE_UINT32(ksi, temps, index); in save_temperature() 1281 buf = short_array_to_string(temps->l1, L1_SZ); in save_temperature() 1285 buf = short_array_to_string(temps->l2, L2_SZ); in save_temperature() 1289 buf = short_array_to_string(temps->l3, L3_SZ); in save_temperature() 1293 buf = short_array_to_string(temps->l4, L4_SZ); in save_temperature() 1297 buf = short_array_to_string(temps->l5, L5_SZ); in save_temperature() 1301 SAVE_INT32(ksi, temps, max); in save_temperature() 1302 SAVE_INT32(ksi, temps, min); in save_temperature() 1303 SAVE_INT32(ksi, temps, state); in save_temperature() [all …]
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 245 char *temps = getenv("NSS_STRICT_NOFORK"); in update_nss_strict_fork_env() local 246 if (temps == NULL) { in update_nss_strict_fork_env() 248 } else if (strncmp(temps, "DISABLED", 9) == 0) { in update_nss_strict_fork_env() 253 if ((*enval = ldapssl_strdup(temps)) == NULL) in update_nss_strict_fork_env()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/ |
H A D | psvcpolicy.c | 277 int8_t temps[MAX_TEMP_ATTR]; in psvc_update_thresholds_0() local 321 fru_data.buf = (char *)&temps; in psvc_update_thresholds_0() 322 fru_data.read_size = sizeof (temps); in psvc_update_thresholds_0() 334 temp = temps[j]; in psvc_update_thresholds_0()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | bscv_impl.h | 199 lom_temp_t temps; /* keep a static copy of this so */ member
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 65 ! %g3, %g5, %g6, %g7 - temps 1629 ! %g3,%g5-g7 - temps
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | northamerica | 1593 # http://www.justice.gouv.qc.ca/english/publications/generale/temps-minganie-a.htm
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 11159 36 temps available per-method, not 36 temps per-module as was the case
|