Home
last modified time | relevance | path

Searched refs:temp (Results 51 – 75 of 454) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dadm1031.c736 temp = ADM1031_AUTOFLAG & in adm1031_s_ioctl()
738 temp = temp >> 7; in adm1031_s_ioctl()
751 temp = ADM1031_AUTOFLAG | in adm1031_s_ioctl()
830 temp = admp->adm1031_transfer->i2c_rbuf[0]; in adm1031_s_ioctl()
839 if (temp == 0x80) { in adm1031_s_ioctl()
840 temp = 0xFF; in adm1031_s_ioctl()
842 temp16 = (int16_t)((int8_t)temp); in adm1031_s_ioctl()
847 if (ddi_copyout((void *)&temp, (void *)arg, sizeof (temp), in adm1031_s_ioctl()
889 uint8_t temp[2]; in adm1031_i_ioctl() local
928 if ((temp[0] != 0) || (temp[1] != 0)) { in adm1031_i_ioctl()
[all …]
/illumos-gate/usr/src/cmd/rm/
H A Drm.c318 struct stat temp; in rm() local
339 if (S_ISDIR(temp.st_mode)) { in rm()
351 if (temp.st_ino == rootdir.st_ino && in rm()
352 temp.st_dev == rootdir.st_dev) { in rm()
373 frame.dev = temp.st_dev; in rm()
374 frame.ino = temp.st_ino; in rm()
446 if (fstat(frame.fd, &temp) != 0 || in rm()
447 frame.ino != temp.st_ino || in rm()
448 frame.dev != temp.st_dev) { in rm()
517 if (ontty && !S_ISLNK(temp.st_mode) && in rm()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c712 new_temp = temp; in xlate_obs2exp()
761 new_temp = temp; in xlate_exp2obs()
1606 tempr_t temp; in envd_setup_sensors() local
1632 sensorp->cur_temp = temp; in envd_setup_sensors()
1633 sensorp->avg_temp = temp; in envd_setup_sensors()
1705 &temp); in envd_setup_sensors()
1792 tempr_t temp; in monitor_sensors() local
1804 sensorp->cur_temp = temp; in monitor_sensors()
1904 tempr_t temp; in adjust_fan_speed() local
1934 temp = sensorp->cur_temp; in adjust_fan_speed()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.split8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
192 rm -f $WORKDIR/test.temp*
207 rm -f $WORKDIR/test.temp*
H A DT.errmsg8 TEMPLS=$WORKDIR/test.temp.ls
9 TEMPSH=$WORKDIR/test.temp.sh
10 TEMPOUT=$WORKDIR/test.temp.out
12 TEMP0=$WORKDIR/test.temp.0
13 TEMP1=$WORKDIR/test.temp.1
14 TEMP2=$WORKDIR/test.temp.2
H A DT.lilly8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
11 TEMP3=$WORKDIR/test.temp.3
H A DT.delete8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c248 uintptr_t temp; in vhciguid() local
270 temp = (uintptr_t)mdi_vhci_value->vh_class; in vhciguid()
272 if (mdb_vread(class, strlen(MDI_HCI_CLASS_SCSI), temp) in vhciguid()
290 temp = (uintptr_t)mdi_vhci_value->vh_next; in vhciguid()
291 if (mdb_vread(mdi_vhci_value, mdi_vhci_len, temp) in vhciguid()
297 temp = (uintptr_t)mdi_vhci_value->vh_class; in vhciguid()
323 temp = (uintptr_t)ct_hash_table_val; in vhciguid()
340 temp = (uintptr_t)ct_hash_val->ct_hash_head; in vhciguid()
341 if (mdb_vread(mdi_client_value, mdi_client_len, temp) in vhciguid()
353 temp = (uintptr_t)mdi_client_value->ct_hnext; in vhciguid()
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_aff.c88 mp_int lambda, temp, tempx, tempy; in ec_GFp_pt_add_aff() local
91 MP_DIGITS(&temp) = 0; in ec_GFp_pt_add_aff()
95 MP_CHECKOK(mp_init(&temp, FLAG(px))); in ec_GFp_pt_add_aff()
128 MP_CHECKOK(mp_set_int(&temp, 3)); in ec_GFp_pt_add_aff()
130 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth)); in ec_GFp_pt_add_aff()
133 field_mul(&tempx, &temp, &tempx, group->meth)); in ec_GFp_pt_add_aff()
136 MP_CHECKOK(mp_set_int(&temp, 2)); in ec_GFp_pt_add_aff()
138 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth)); in ec_GFp_pt_add_aff()
140 MP_CHECKOK(group->meth->field_mul(qy, &temp, &tempy, group->meth)); in ec_GFp_pt_add_aff()
158 mp_clear(&temp); in ec_GFp_pt_add_aff()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c268 struct environ_soft_state *temp; /* used in list deletion */ in environ_detach() local
312 for (temp = tempsp_list, vect = &tempsp_list; temp != NULL; in environ_detach()
313 vect = &temp->next, temp = temp->next) { in environ_detach()
314 if (temp == softsp) { in environ_detach()
315 *vect = temp->next; in environ_detach()
/illumos-gate/usr/src/cmd/bnu/
H A Duuto83 temp=""
112 temp="$temp $1"
129 uuto $temp
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c315 char temp[100]; local
318 while (fscanf(fin, "%s", temp) != EOF && strcmp(temp, "0") != 0) {
319 if (strcmp(temp, "fi") == 0)
321 else if (strcmp(temp, "fl") == 0)
323 else if (strcmp(temp, "ff") == 0)
325 else if (strcmp(temp, "ffi") == 0)
327 else if (strcmp(temp, "ffl") == 0)
330 fprintf(stderr, "illegal ligature %s\n", temp);
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Diso2022-7_to_euc.c263 char *temp; in _cv_enconv() local
265 temp = *inbuf; in _cv_enconv()
267 if ( *inbytesleft >= 4 && temp[0] == ESC && temp[1] == '$' in _cv_enconv()
268 && temp[2] == ')' && temp[3] == 'C' ) { in _cv_enconv()
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_realloc.c56 DynPtr temp; local
70 temp = (DynPtr) realloc(obj->array, new_size_in_bytes);
71 if (temp == NULL) {
77 obj->array = temp;
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c112 long temp; in _hrtnewres() local
178 temp = result + 1; in _hrtnewres()
179 if (temp - 1 == result) in _hrtnewres()
190 temp = result + 1; in _hrtnewres()
191 if (temp - 1 == result) in _hrtnewres()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c253 …p->encode.file, "", PATH_EXECUTE|PATH_READ|PATH_WRITE, fp->encode.temp, sizeof(fp->encode.temp)) && in findopen()
297 if (!pathtemp(fp->encode.temp, sizeof(fp->encode.temp), p, "ff", &fd)) in findopen()
413 b = (s = fp->decode.temp) + 1; in findopen()
507 b = fp->decode.temp; in findopen()
629 regerror(i, &fp->decode.re, fp->decode.temp, sizeof(fp->decode.temp)); in findopen()
912 regerror(n, &fp->decode.re, fp->decode.temp, sizeof(fp->decode.temp)); in findread()
1088 if (rename(fp->encode.temp, fp->encode.file)) in findsync()
1092 remove(fp->encode.temp); in findsync()
1195 remove(fp->encode.temp); in findsync()
1236 remove(fp->encode.temp); in findsync()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc66 event fault.temp.fail@controller;
67 event fault.temp.fail@fanmodule;
68 event fault.temp.fail@psu;
111 event ereport.chassis.sensor.temp.ot@psu;
114 event ereport.chassis.sensor.temp.ut@psu;
220 prop fault.temp.fail@controller ->
224 prop fault.temp.fail@fanmodule ->
225 ereport.chassis.sensor.temp.ot@fanmodule,
228 prop fault.temp.fail@psu ->
229 ereport.chassis.sensor.temp.ot@psu,
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c332 char temp[100]; in getlig() local
335 while (fscanf(fin, "%s", temp) != EOF && strcmp(temp, "0") != 0) { in getlig()
336 if (strcmp(temp, "fi") == 0) in getlig()
338 else if (strcmp(temp, "fl") == 0) in getlig()
340 else if (strcmp(temp, "ff") == 0) in getlig()
342 else if (strcmp(temp, "ffi") == 0) in getlig()
344 else if (strcmp(temp, "ffl") == 0) in getlig()
347 fprintf(stderr, "illegal ligature %s\n", temp); in getlig()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckstr.c116 char temp[1024]; in ckstr_err() local
121 (void) snprintf(temp, sizeof (temp), errstr, length); in ckstr_err()
122 puterror(stdout, temp, error); in ckstr_err()
127 defhlp = sethlp(temp, regexp, length); in ckstr_err()
/illumos-gate/usr/src/lib/libcrypt/common/
H A Dcryptio.c158 char tempbuf[KSIZE], *a, *temp; in makekey() local
162 temp = tempbuf; in makekey()
164 temp[i] = *a++; in makekey()
168 temp[i] ^= (char)((gorp>>(8*i))&0377); in makekey()
174 if (writekey(b, temp) == -1) { in makekey()
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c647 temp = b; in jnf()
649 a = temp; in jnf()
709 q1 = temp; in jnf()
725 temp = (double)n; in jnf()
726 temp *= log((two / x) * temp); in jnf()
729 temp = b; in jnf()
731 a = temp; in jnf()
735 temp = b; in jnf()
737 a = temp; in jnf()
794 temp = b; in ynf()
[all …]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c805 char *p, *str_end, *temp; in decode_pwd_entry() local
818 pwd->pw_name = temp; in decode_pwd_entry()
828 pwd->pw_passwd = temp; in decode_pwd_entry()
1218 char *p, *str_end, *temp; in decode_shadow_entry() local
1230 sp->sp_lstchg = atoi(temp); in decode_shadow_entry()
1235 sp->sp_min = atoi(temp); in decode_shadow_entry()
1240 sp->sp_max = atoi(temp); in decode_shadow_entry()
1245 sp->sp_warn = atoi(temp); in decode_shadow_entry()
1250 sp->sp_inact = atoi(temp); in decode_shadow_entry()
1255 sp->sp_expire = atoi(temp); in decode_shadow_entry()
[all …]
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dutil.c82 void *temp = zalloc(ops, newsz); in xrealloc() local
84 if (temp == NULL) in xrealloc()
88 (void) memcpy(temp, p, oldsz); in xrealloc()
92 return (temp); in xrealloc()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c273 int32_t seg_found, temp; in psvc_update_thresholds_0() local
332 temp = temps[j]; in psvc_update_thresholds_0()
334 temp_attr[j], &temp); in psvc_update_thresholds_0()
408 int32_t temp; in psvc_check_temperature_policy_0() local
459 if (((features & PSVC_LOW_SHUT) && temp <= lo_shut) || in psvc_check_temperature_policy_0()
462 ((features & PSVC_HIGH_WARN) && temp >= hi_warn)) in psvc_check_temperature_policy_0()
467 if ((features & PSVC_LOW_SHUT) && temp <= lo_shut) { in psvc_check_temperature_policy_0()
470 syslog(LOG_ERR, LOWTEMP_CRITICAL_MSG, temp, label); in psvc_check_temperature_policy_0()
474 syslog(LOG_ERR, LOWTEMP_WARNING_MSG, temp, label); in psvc_check_temperature_policy_0()
478 syslog(LOG_ERR, HIGHTEMP_CRITICAL_MSG, temp, label); in psvc_check_temperature_policy_0()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dmessages.sh8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
10 TEMP3=$WORKDIR/test.temp.3

12345678910>>...19