Searched refs:temp (Results 301 - 325 of 744) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/iicbus/
H A Dds1631.c214 if (strcmp(name, "temp-monitor") != 0 ||
361 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(oid), OID_AUTO, "temp",
401 int temp; local
406 temp = ds1631_sensor_read(sc);
407 if (temp < 0)
410 error = sysctl_handle_int(oidp, &temp, 0, req);
H A Dad7418.c92 int temp; local
96 temp = (sc->sc_curtemp / 64) * 25;
98 return sysctl_handle_int(oidp, &temp, 0, req);
128 "temp", CTLTYPE_INT | CTLFLAG_RD, sc, 0,
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsndstat.c180 uint8_t temp[64]; local
204 len = sizeof(temp);
208 err = uiomove(temp, len, buf);
214 if (sbuf_bcat(&pf->sbuf, temp, len) < 0) {
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_xhci.c260 uint32_t temp, u3_ports, u2_ports, i; local
264 temp = RD4(sc, USB_IP_CAP);
265 u3_ports = U3_PORT_NUM(temp);
266 u2_ports = U2_PORT_NUM(temp);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c149 char temp[CD9660_SECTOR_SIZE]; local
154 memset(temp, 0, CD9660_SECTOR_SIZE);
155 memcpy(temp, tmp->volumeDescriptorData + 1, 5);
158 tmp->sector, tmp->volumeDescriptorData[0], temp);
/freebsd-11-stable/contrib/unbound/services/
H A Drpz.h147 * @param temp: scratchpad
156 struct regional* temp, struct comm_reply* repinfo,
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecUtility.c146 Unit temp = (Unit) ((uInt) (in * 6554) >> 16);
147 dig = (Unit) (in - X10 (temp));
148 in = temp;
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dgetopt.c143 const char *temp; local
146 temp = argv[start];
148 argv[start + len - 1] = temp;
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_context.c100 int temp; local
114 temp = drm_ctxbitmap_next(dev);
115 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_context.c133 int temp; local
147 temp = drm_ctxbitmap_next(dev);
148 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
/freebsd-11-stable/libexec/bootpd/
H A Ddovend.c388 byte *temp;
392 temp = (*dest += 4);
394 *--temp = (byte) (value & 0xFF);
386 byte *temp; local
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c118 char *temp; local
129 temp = concat (current_directory, "/", filename, NULL);
131 filename = temp;
/freebsd-11-stable/tests/sys/file/
H A Ddup_test.c70 char temp[] = "/tmp/dup2XXXXXXXXX"; local
71 if ((fd = mkstemp(temp)) < 0)
73 remove(temp);
/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw1.h295 RADDR_1 (temp),
357 RADDR_1 (temp),
654 RADDR_1 (temp),
781 RADDR_1 (temp),
792 RADDR_1 (temp),
838 RADDR_1 (temp),
1016 RADDR_1 (temp),
1104 RADDR_1 (temp),
1132 RADDR_1 (temp),
1271 RADDR_1 (temp),
[all...]
/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c106 struct videomode temp; local
108 temp = *left;
110 *right = temp;
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ctl.c113 struct thread *temp; local
220 FOREACH_THREAD_IN_PROC(p, temp)
221 temp->td_dbgflags &= ~TDB_SUSPEND;
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c113 libusb_device *temp; local
135 TAILQ_FOREACH_SAFE(adev, &ctx->hotplug_devs, hotplug_entry, temp) {
154 TAILQ_FOREACH_SAFE(adev, &hotplug_devs, hotplug_entry, temp) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c113 svn_ra_svn__item_t *temp; local
114 SVN_ERR(svn_ra_svn__read_item(conn, pool, &temp));
116 svn_ra_svn__to_public_item(*item, temp, pool);
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_eth_com.h118 int temp; local
128 temp = required_buffers / io_sq->llq_info.descs_per_entry + 2;
130 return ena_com_free_q_entries(io_sq) > temp;
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-internal.c782 u32 temp; local
791 temp = rk[3];
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
793 TE443(temp) ^ TE414(temp) ^ RCON(i);
807 temp = rk[5];
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
809 TE443(temp)
[all...]
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-alg-fst.c737 u32 temp; local
747 temp = rk[3];
749 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
750 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
751 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
752 (Te4[(temp >> 24) ] & 0x000000ff) ^
767 temp = rk[ 5];
769 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
770 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
771 (Te4[(temp )
825 u32 temp; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Drijndael.c633 u32 temp; local
641 temp = rk[3];
643 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
644 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
645 (Te0[(temp ) & 0xff] & 0x0000ff00) ^
646 (Te1[(temp >> 24) ] & 0x000000ff) ^
661 temp = rk[ 5];
663 (Te2[(temp >> 16) & 0xff] & 0xff000000) ^
664 (Te3[(temp >> 8) & 0xff] & 0x00ff0000) ^
665 (Te0[(temp )
[all...]
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c1617 uint32_t temp; local
1721 temp = ((i == 0) ? 256UL : i);
1722 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1737 temp = get_be16(&sc->sc_cbw->CBWCDB[7]);
1738 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1753 temp = get_be32(&sc->sc_cbw->CBWCDB[6]);
1754 if (temp >= (1UL << (32 - 9))) {
1760 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1873 temp = ((i == 0) ? 256UL : i);
1874 error = ustorage_fs_min_len(sc, temp <<
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dreorg.c373 rtx temp = PREV_INSN (PREV_INSN (insn));
378 while (GET_CODE (temp) == USE)
379 temp = PREV_INSN (temp);
381 emit_label_after (end_of_function_label, temp);
1175 rtx temp;
1179 for (temp = delay_list; temp; temp = XEXP (temp,
370 rtx temp = PREV_INSN (PREV_INSN (insn)); local
1166 rtx temp; local
1211 rtx temp; local
2643 rtx temp; local
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_global.c260 wchar_t *temp = 0; local
263 && (temp = typeMalloc(wchar_t, 2 + count)) != 0)
268 mbstowcs(temp, item->str, (unsigned)count);
271 int test = wcwidth(temp[n]);
277 free(temp);

Completed in 305 milliseconds

<<11121314151617181920>>