Searched refs:temp (Results 51 - 75 of 545) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c49 static void iwl_mvm_tt_temp_changed(struct iwl_mvm *mvm, u32 temp) argument
55 if (mvm->temperature == temp)
58 mvm->temperature = temp;
67 int temp; local
79 temp = le32_to_cpu(notif_v1->temp);
82 if (WARN_ON_ONCE(temp < 0))
83 temp = 0;
85 IWL_DEBUG_TEMP(mvm, "DTS_MEASUREMENT_NOTIFICATION - %d\n", temp);
87 return temp;
95 int *temp = data; local
112 int temp; local
178 iwl_mvm_send_temp_cmd(struct iwl_mvm *mvm, bool response, s32 *temp) argument
237 iwl_mvm_get_temp(struct iwl_mvm *mvm, s32 *temp) argument
281 s32 temp; local
622 int temp; local
643 iwl_mvm_tzone_set_trip_temp(struct thermal_zone_device *device, int trip, int temp) argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c218 char temp[CCHARW_MAX + 80]; local
219 int j = wctomb(temp, c), k;
221 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
223 j = (int) strlen(temp);
226 tp = VisChar(tp, UChar(temp[k]), WideLen(len));
328 char temp[80]; local
340 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
344 (void) _nc_trace_bufcat(bufnum, temp);
[all...]
H A Dlib_traceatr.c145 char temp[80]; local
149 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
155 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
161 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
165 result = _nc_trace_bufcat(bufnum, temp);
366 char temp[80]; local
367 _nc_SPRINTF(temp, _nc_SLIMI
394 char temp[80]; local
[all...]
/freebsd-current/lib/libfigpar/
H A Dstring_m.c94 char *temp; local
117 /* If replace is longer than find, we'll need to create a temp copy */
119 temp = malloc(slen + 1);
120 if (temp == NULL) /* could not allocate memory */
122 memcpy(temp, source, slen + 1);
124 temp = source;
127 p = source; t = temp; /* position elements */
143 if (temp != source)
144 free(temp);
/freebsd-current/sys/arm64/rockchip/
H A Drk_tsadc.c113 int temp; member in struct:rk_calib_entry
385 tsadc_temp_to_raw(struct tsadc_softc *sc, int temp) argument
393 if (temp <= tbl[0].temp)
396 if (temp >= tbl[ntbl - 1].temp)
401 if (temp == tbl[i].temp)
403 if (temp < tbl[i].temp)
422 int denom, ntbl, temp, i; local
570 tsadc_read_temp(struct tsadc_softc *sc, struct tsensor *sensor, int *temp) argument
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_sack.c337 tcp_seq temp = start; local
339 head_blk.start = temp;
342 tcp_seq temp = end; local
344 head_blk.end = temp;
561 struct sackhole *cur, *temp; local
680 if (((temp = TAILQ_LAST(&tp->snd_holes, sackhole_head)) != NULL) &&
681 SEQ_LEQ(tp->snd_fack,temp->end)) {
682 tp->sackhint.hole_bytes -= temp->end - temp->start;
683 temp
949 struct sackhole *temp; local
1125 struct sackhole *temp; local
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c831 int temp; local
836 /*field_read("BB_paprd_trainer_cntl1.cf_paprd_lb_skip", &temp);*/
837 temp =
841 "BB_paprd_trainer_cntl1.cf_paprd_lb_skip=0x%x\n", temp);
842 /*field_read("BB_paprd_trainer_cntl1.cf_paprd_lb_enable", &temp);*/
843 temp =
847 "BB_paprd_trainer_cntl1.cf_paprd_lb_enable=0x%x\n", temp);
848 /*field_read("BB_paprd_trainer_cntl1.cf_paprd_tx_gain_force", &temp);*/
849 temp =
853 "BB_paprd_trainer_cntl1.cf_paprd_tx_gain_force=0x%x\n", temp);
2246 int temp, agc2_pwr; local
[all...]
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h67 int temp; /* temporary holder for distance info */ member in struct:_mesh_node
/freebsd-current/usr.bin/vgrind/
H A Dregexp.c165 register int temp; local
195 temp = OCNT(acs);
197 acs -= temp;
198 } while (temp != 0);
214 temp = OCNT(acs);
216 acs -= temp;
217 } while (temp != 0);
236 temp = OCNT(acs);
238 acs -= temp;
239 } while (temp !
[all...]
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c170 cd9660node *temp = ecalloc(1, sizeof(*temp)); local
172 TAILQ_INIT(&temp->cn_children);
173 temp->parent = temp->dot_record = temp->dot_dot_record = NULL;
174 temp->ptnext = temp->ptprev = temp->ptlast = NULL;
175 temp
735 volume_descriptor *temp, *t; local
794 char temp[ISO_FILENAME_MAXLENGTH_WITH_PADDING]; local
1025 int numbts, digit, digits, temp, powers, count; local
1899 cd9660node *temp; local
1952 cd9660node *temp; local
1980 cd9660node *temp; local
2001 cd9660node *temp, *first; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c97 wchar_t temp; local
100 count = _nc_mbtowc(&temp, s, n);
104 &temp,
/freebsd-current/contrib/tcpdump/
H A Dparsenfsfh.c92 uint32_t temp; local
265 temp = GET_LE_U_4(fhp);
266 fsidp->Fsid_dev.Minor = temp & 0xFFFFF;
267 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
319 temp = GET_BE_U_2(fhp);
320 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF;
321 temp = GET_BE_U_3(fhp + 1);
322 fsidp->Fsid_dev.Minor = temp & 0x3FFFF;
336 temp = GET_LE_U_4(fhp + 4);
337 *inop = temp;
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dphy.h66 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements
121 * struct iwl_ext_dts_measurement_cmd - request extended DTS temp measurements
141 * @temp: the measured temperature
145 __le32 temp; member in struct:iwl_dts_measurement_notif_v1
152 * @temp: the measured temperature
157 __le32 temp; member in struct:iwl_dts_measurement_notif_v2
165 * @temp: the measured temperature
168 __le32 temp; member in struct:iwl_dts_measurement_resp
/freebsd-current/sys/dev/usb/
H A Dusb_pf.c402 uint32_t temp; local
437 temp = device_get_unit(bus->bdev);
439 up->up_busunit = htole32(temp);
447 temp = usbpf_aggregate_xferflags(&xfer->flags);
448 up->up_flags = htole32(temp);
449 temp = usbpf_aggregate_status(&xfer->flags_int);
450 up->up_status = htole32(temp);
451 temp = xfer->error;
452 up->up_error = htole32(temp);
453 temp
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diag_cnt.c97 uint32_t temp[NUM_OF_DIAG_PARAMS]; local
105 temp[0] = diag_cnt->log_num_of_samples;
106 temp[1] = diag_cnt->log_sample_period;
107 temp[2] = diag_cnt->flag;
108 temp[3] = diag_cnt->num_of_samples;
109 temp[4] = diag_cnt->sample_index;
111 err = SYSCTL_OUT(req, temp, sizeof(temp));
115 err = SYSCTL_IN(req, temp, sizeof(temp));
155 u64 temp; local
178 uint8_t temp; local
[all...]
/freebsd-current/contrib/ncurses/menu/
H A Dm_item_new.c67 wchar_t *temp = 0; local
72 && (temp = typeCalloc(wchar_t, (2 + (unsigned)count))) != 0)
76 mbstowcs(temp, s, (unsigned)count);
78 if (!iswprint((wint_t)temp[n]))
83 free(temp);
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c295 struct snmp_oid2str *temp, *prev; local
307 SLIST_FOREACH(temp, headp, link) {
308 if ((rc = asn_compare_oid(&(entry->var), &(temp->var))) <= 0)
310 prev = temp;
317 if (strncmp(temp->string, entry->string, entry->strlen)) {
319 "mappings: old - %s, new - %s", temp->string,
330 SLIST_INSERT_AFTER(temp, entry, link);
500 struct snmp_index_entry *temp, *prev; local
513 SLIST_FOREACH(temp, &snmptoolctx->snmp_tablelist, link) {
514 if ((rc = asn_compare_oid(&(entry->var), &(temp
588 struct enum_type *temp; local
690 struct enum_pair *temp; local
721 struct snmp_oid2str *temp; local
740 struct snmp_oid2str *temp; local
871 struct snmp_oid2str *temp; local
896 struct snmp_index_entry *temp; local
[all...]
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.split7 TEMP0=$WORKDIR/test.temp.0
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
131 # assumes same test.temp.0! bad design
161 # assumes same test.temp.0!
179 { n = split( $0, temp, /^@@@ +/ )
191 rm -f $WORKDIR/test.temp*
206 rm -f $WORKDIR/test.temp*
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c65 uintptr_t temp; local
103 temp = (text[i] & 0x03fffffc);
106 temp += symp->st_value + i * 4;
110 if (temp & 0x02000000) {
111 temp |= (UINTPTR_MAX - 0x03ffffff);
114 if (temp >= symp->st_value &&
115 temp <= (symp->st_value + symp->st_size))
/freebsd-current/contrib/ntp/sntp/tests/
H A DkeyFile.c58 struct key temp; local
60 temp.key_id = key_id;
61 temp.key_len = key_len;
62 strlcpy(temp.typen, type, sizeof(temp.typen));
63 memcpy(temp.key_seq, key_seq, key_len);
65 return CompareKeys(temp, actual);
/freebsd-current/sys/powerpc/powermac/
H A Dpowermac_thermal.c103 int temp; local
110 temp = sensor->sensor->read(sensor->sensor);
111 if (temp > 0) /* Use the previous temp in case of error */
112 sensor->last_val = temp;
144 temp = imin(sensor->last_val,
146 frac_excess = (temp -
148 (sensor->sensor->max_temp - temp + 1);
/freebsd-current/contrib/ee/
H A Dnew_curse.c1045 int temp; local
1051 temp = Low_byte;
1053 High_byte = temp;
1534 int p1, p2, temp; local
1592 temp = p1;
1594 p2 = temp;
1647 int temp; local
1652 temp = Temp_Stack[--place];
1653 printf("%d", temp);
1657 temp
1835 int temp; local
2091 struct _line *temp; local
2231 char temp; local
2261 char temp; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistz256.c629 P256_POINT *temp; /* place for 5 temporary points */ local
645 temp = (P256_POINT *)(table + num);
682 if (!ecp_nistz256_bignum_to_field_elem(temp[0].X, point[i]->X)
683 || !ecp_nistz256_bignum_to_field_elem(temp[0].Y, point[i]->Y)
684 || !ecp_nistz256_bignum_to_field_elem(temp[0].Z, point[i]->Z)) {
695 ecp_nistz256_scatter_w5 (row, &temp[0], 1);
696 ecp_nistz256_point_double(&temp[1], &temp[0]); /*1+1=2 */
697 ecp_nistz256_scatter_w5 (row, &temp[1], 2);
698 ecp_nistz256_point_add (&temp[
894 P256_POINT_AFFINE temp; local
[all...]
/freebsd-current/contrib/unbound/dynlibmod/
H A Ddynlibmod.c269 struct inplace_cb* temp = env->inplace_cb_lists[type]; local
272 while(temp) {
273 if(temp->id == id) {
275 env->inplace_cb_lists[type] = temp->next;
276 free(temp->cb_arg);
277 free(temp);
278 temp = env->inplace_cb_lists[type];
281 prev->next = temp->next;
282 free(temp->cb_arg);
283 free(temp);
[all...]
/freebsd-current/sys/dev/intel/
H A Dpchtherm.c125 int temp; local
127 temp = bus_read_4(sc->tbar, PCHTHERM_REG_TL);
128 temp >>= regshift;
129 temp = PCHTHERM_TEMP_TO_IK(temp);
131 return sysctl_handle_int(oidp, &temp, 0, req);
137 int temp; local
139 temp = bus_read_2(sc->tbar, regoff);
140 temp = PCHTHERM_TEMP_TO_IK(temp);
155 int temp; local
[all...]

Completed in 166 milliseconds

1234567891011>>