Searched defs:temps (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c245 char *temps = getenv("NSS_STRICT_NOFORK"); local
246 if (temps == NULL) {
248 } else if (strncmp(temps, "DISABLED", 9) == 0) {
253 if ((*enval = ldapssl_strdup(temps)) == NULL)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c277 int8_t temps[MAX_TEMP_ATTR]; local
321 fru_data.buf = (char *)&temps;
322 fru_data.read_size = sizeof (temps);
334 temp = temps[j];
/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h199 lom_temp_t temps; /* keep a static copy of this so */ member in struct:__anon7050
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1275 struct temp_stats *temps = (struct temp_stats *)(kp->ks_data); local
1280 SAVE_UINT32(ksi, temps, index);
1282 buf = short_array_to_string(temps->l1, L1_SZ);
1286 buf = short_array_to_string(temps->l2, L2_SZ);
1290 buf = short_array_to_string(temps->l3, L3_SZ);
1294 buf = short_array_to_string(temps->l4, L4_SZ);
1298 buf = short_array_to_string(temps->l5, L5_SZ);
1302 SAVE_INT32(ksi, temps, max);
1303 SAVE_INT32(ksi, temps, min);
1304 SAVE_INT32(ksi, temps, stat
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c2403 lom_temp_t temps; local
2406 bzero(&temps, sizeof (temps));
2408 for (i = 0; i < ssp->temps.num; i++) {
2409 if (ssp->temps.temp[i] != LOM_TEMP_STATE_NOT_PRESENT) {
2410 temps.temp[idx] = ssp->temps.temp[i];
2411 bcopy(ssp->temps.name[i], temps.name[idx],
2412 sizeof (temps
[all...]

Completed in 104 milliseconds