Searched refs:temp (Results 176 - 200 of 545) sorted by relevance

1234567891011>>

/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp.h60 double temp; /**< module temperature in degrees C, member in struct:ifconfig_sfp_status
/freebsd-current/stand/usb/tools/
H A Dsysinit.c68 uint32_t temp; local
72 temp = 0;
75 temp |= (val & 0xF) << ((endian & 0xF) * 4);
79 return (temp);
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dcmd.h62 struct mlx5_fpga_temperature *temp);
/freebsd-current/contrib/unbound/services/
H A Dlocalzone.h301 * @param temp: temporary storage region.
319 * Data pointed to by qinfo->local_alias is allocated in 'temp' or refers to
321 * if it needs to keep it beyond the lifetime of 'temp' or a dynamic update
326 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist,
339 * @param temp: temp region for encoding.
347 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp,
459 * @param temp: region to allocate rrset in 'r'
465 struct regional* temp);
596 * @param temp
[all...]
H A Dlocalzone.c1299 struct regional* temp, struct ub_packed_rrset_key* rrset, int ansec,
1320 repinfo, temp, env->now_tv) || !reply_info_answer_encode(qinfo, &rep,
1322 buf, 0, 0, temp, udpsize, edns, (int)(edns->bits&EDNS_DO), 0)) {
1334 struct regional* temp, int rcode, int r, int ede_code,
1343 rcode, edns, repinfo, temp, env->now_tv))
1347 edns_opt_list_append_ede(&edns->opt_list_out, temp,
1359 struct regional* temp)
1394 temp, sizeof(struct packed_rrset_data)
1414 d->rr_len = (size_t*)regional_alloc_zero(temp,
1416 d->rr_data = (uint8_t**)regional_alloc_zero(temp,
1297 local_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct ub_packed_rrset_key* rrset, int ansec, int rcode) argument
1332 local_error_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int rcode, int r, int ede_code, const char* ede_txt) argument
1357 local_data_find_tag_datas(const struct query_info* qinfo, struct config_strlist* list, struct ub_packed_rrset_key* r, struct regional* temp) argument
1445 find_tag_datas(struct query_info* qinfo, struct config_strlist* list, struct ub_packed_rrset_key* r, struct regional* temp) argument
1468 local_data_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int labs, struct local_data** ldp, enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags) argument
1640 local_zones_zone_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct local_data* ld, enum localzone_type lz_type) argument
1832 local_zones_answer(struct local_zones* zones, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, uint8_t* tagactions, size_t tagactionssize, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags, struct view* view) argument
[all...]
/freebsd-current/usr.bin/mail/
H A DMakefile6 quit.c send.c strings.c temp.c tty.c util.c vars.c
/freebsd-current/sys/dev/ow/
H A Dow_temp.c62 int temp; member in struct:ow_temp_softc
171 sc->temp = tmp * 1000 / 16 + 273150;
198 &sc->temp, 0, sysctl_handle_int,
225 sc->temp = -1;
/freebsd-current/lib/libc/stdlib/
H A Dradixsort.c129 stack s[SIZE], *sp, *sp0, *sp1, temp; local
200 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
228 stack s[512], *sp, *sp0, *sp1, temp; local
281 swap(*sp0, *sp1, temp);
283 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */
/freebsd-current/sys/arm/mv/armada/
H A Dthermal.c44 #define READOUT_TO_C(temp) ((temp) / 1000)
62 /* Formula coefficients: temp = (b + m * reg) / div */
256 armada_tsen_get_temp(struct armada_thermal_softc *sc, u_long *temp) argument
281 *temp = READOUT_TO_C(tmp);
/freebsd-current/sys/dev/iicbus/sensor/
H A Dds1775.c128 if (strcmp(name, "temp-monitor") != 0 ||
224 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(oid), OID_AUTO, "temp",
256 int temp; local
261 temp = ds1775_sensor_read(sc);
262 if (temp < 0)
265 error = sysctl_handle_int(oidp, &temp, 0, req);
/freebsd-current/sys/compat/linux/
H A Dlinux_util.c262 char *temp, *string, *last; local
272 temp = string;
284 bcopy(temp, string, current_size);
285 free(temp, M_LINUX);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_ulink.c196 int temp; /* int temp */ local
201 char char_quality[2]; /* temp quality flag */
209 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
215 if (temp == 0) {
223 pp->lencode = temp;
H A Drefclock_dumbclock.c198 int temp; /* int temp */ local
207 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
209 if (temp == 0) {
217 pp->lencode = (u_short)temp;
H A Drefclock_chronolog.c181 int temp; /* int temp */ local
190 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
192 if (temp == 0) {
200 pp->lencode = temp;
/freebsd-current/contrib/atf/atf-c/detail/
H A Dtp_main.c151 atf_fs_path_t temp; local
153 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
157 err = atf_fs_path_branch_path(&temp, dir);
159 atf_fs_path_fini(&temp);
232 atf_fs_path_t temp; local
234 err = atf_fs_path_init_fmt(&temp, "%s", value);
237 *param = temp;
/freebsd-current/contrib/dma/
H A Dnet.c267 char *temp; local
297 len = base64_encode(login, strlen(login), &temp);
304 send_remote_command(fd, "%s", temp);
305 free(temp);
313 len = base64_encode(password, strlen(password), &temp);
317 send_remote_command(fd, "%s", temp);
318 free(temp);
677 /* temp failure */
/freebsd-current/lib/libusbhid/
H A Dparse.c533 uint32_t temp; local
548 temp = h.pos + (h.report_size * h.report_count);
550 if (hpos < temp)
551 hpos = temp;
560 temp = 0;
562 temp = hpos - lpos;
565 return ((temp + 7) / 8 + report_id);
/freebsd-current/sys/dev/usb/misc/
H A Dugold.c313 int32_t temp = (msb << 24) | ((lsb & 0xF0) << 16); local
314 return (((int64_t)temp * (int64_t)1000000LL) >> 24);
323 int temp; local
348 temp = ugold_ds75_temp(buf[4], buf[5]);
349 sc->sc_sensor[UGOLD_OUTER] = temp + sc->sc_calib[UGOLD_OUTER];
353 temp = ugold_ds75_temp(buf[2], buf[3]);
354 sc->sc_sensor[UGOLD_INNER] = temp + sc->sc_calib[UGOLD_INNER];
/freebsd-current/sys/dev/usb/controller/
H A Dxhci_pci.c264 uint32_t temp; local
268 temp = pci_read_config(self, PCI_XHCI_INTEL_USB3_PSSEN, 4) |
271 temp |= set;
272 temp &= ~clear;
278 pci_write_config(self, PCI_XHCI_INTEL_USB3_PSSEN, temp & usb3_mask, 4);
279 pci_write_config(self, PCI_XHCI_INTEL_XUSB2PR, temp & usb2_mask, 4);
281 device_printf(self, "Port routing mask set to 0x%08x\n", temp);
/freebsd-current/sys/dev/usb/
H A Dusb_handle_request.c482 } temp; local
659 temp.buf[0] = udev->curr_config_no;
660 src_mcopy = temp.buf;
677 USETW(temp.wStatus, wValue);
678 src_mcopy = temp.wStatus;
679 max_len = sizeof(temp.wStatus);
739 temp.wStatus[0] =
741 temp.wStatus[1] = 0;
742 src_mcopy = temp.wStatus;
743 max_len = sizeof(temp
[all...]
/freebsd-current/sys/dev/amdsmb/
H A Damdsmb.c278 u_char sts, temp; local
282 amdsmb_ec_read(sc, SMB_PRTCL, &temp);
283 if (temp != 0)
288 amdsmb_ec_read(sc, SMB_PRTCL, &temp);
289 } while (temp != 0 && count--);
466 u_char temp[2]; local
475 amdsmb_ec_read(sc, SMB_DATA + 0, &temp[0]);
476 amdsmb_ec_read(sc, SMB_DATA + 1, &temp[1]);
477 *word = temp[0] | (temp[
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mod.c58 BN_ULONG carry, temp, mask, *rp, *tp = storage; local
77 temp = ((ap[ai] & mask) + carry) & BN_MASK2;
78 carry = (temp < carry);
81 tp[i] = ((bp[bi] & mask) + temp) & BN_MASK2;
82 carry += (tp[i] < temp);
/freebsd-current/contrib/byacc/
H A Dreader.c598 struct mstring *temp = msnew(); local
608 mputc(temp, c);
612 return msdone(temp);
619 mputc(temp, c);
633 struct mstring *temp = msnew(); local
639 mputc(temp, '*');
642 mputc(temp, c);
644 mputc(temp, ' ');
646 mputc(temp, '*');
647 mputc(temp, '/');
[all...]
/freebsd-current/lib/libusb/
H A Dlibusb20.c880 uint8_t temp[255]; local
890 0, 0, temp, sizeof(temp));
895 langid = temp[2] | (temp[3] << 8);
898 langid, temp, sizeof(temp));
903 if (temp[0] < 2) {
912 n = (temp[0] / 2) - 1;
924 c = temp[(
1229 libusb20_be_set_template(struct libusb20_backend *pbe, int temp) argument
1237 int temp; local
[all...]
/freebsd-current/sys/dev/hid/
H A Dhid.c573 uint32_t temp; local
587 temp = h.loc.pos + (h.loc.size * h.loc.count);
589 if (hpos < temp)
590 hpos = temp;
599 temp = 0;
601 temp = hpos - lpos;
604 return ((temp + 7) / 8 + report_id);
613 uint32_t temp; local
634 temp = h.loc.pos + (h.loc.size * h.loc.count);
636 if (hpos < temp)
[all...]

Completed in 179 milliseconds

1234567891011>>