Searched refs:temp (Results 201 - 225 of 744) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dtcb_common.c259 int temp=lo; local
261 hi=temp;
643 unsigned char temp; local
645 temp=buf[i+k];
647 buf[j+k]=temp;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c974 nvlist_t *temp = NULL; local
980 sizeof (labels[l].vp_nvlist), &temp, 0) != 0)
983 if (nvlist_lookup_uint64(temp, ZPOOL_CONFIG_POOL_STATE,
985 nvlist_free(temp);
986 temp = NULL;
991 (nvlist_lookup_uint64(temp, ZPOOL_CONFIG_POOL_TXG,
993 nvlist_free(temp);
994 temp = NULL;
997 if (temp)
998 *config = temp;
[all...]
H A Dlibzfs_changelist.c576 zfs_handle_t *temp; local
681 if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp),
693 zfs_close(temp);
698 cn->cn_handle = temp;
700 zfs_is_mounted(temp, NULL);
701 cn->cn_shared = zfs_is_shared(temp);
/freebsd-11-stable/bin/sh/
H A Dexpand.c1465 char temp[32]; local
1467 char *p = temp + 31;
1469 temp[31] = '\0';
1478 memcpy(buf, p, temp + 32 - p);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_roce.h47 struct regpair temp[2]; member in struct:ystorm_roce_conn_st_ctx
55 struct regpair temp[16]; member in struct:pstorm_roce_conn_st_ctx
63 struct regpair temp[24]; member in struct:xstorm_roce_conn_st_ctx
71 struct regpair temp[30]; member in struct:tstorm_roce_conn_st_ctx
79 struct regpair temp[6]; member in struct:mstorm_roce_conn_st_ctx
87 struct regpair temp[12]; member in struct:ustorm_roce_conn_st_ctx
H A Decore_hsi_rdma.h43 struct regpair temp[4]; member in struct:ystorm_rdma_task_st_ctx
165 struct regpair temp[4]; member in struct:mstorm_rdma_task_st_ctx
173 struct regpair temp[2]; member in struct:ustorm_rdma_task_st_ctx
738 struct regpair temp[8]; member in struct:rdma_srq_context
806 struct regpair temp[9]; member in struct:rdma_xrc_srq_context
/freebsd-11-stable/sys/dev/jedec_ts/
H A Djedec_ts.c178 int temp; local
191 temp = val & 0xfff;
193 temp = -temp;
194 temp = temp * 625 + 2731500;
195 err = sysctl_handle_int(oidp, &temp, 0, req);
246 SYSCTL_ADD_PROC(ctx, tree, OID_AUTO, "temp",
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk17 # E.g. use `env MAKEOBJDIR=temp-obj make'
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile400 LIBIBERTY_SRCS= choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
402 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-mont.pl136 $temp="mm6";
216 &movd ($temp,&DWP($frame,"esp")); # tp[0]
220 &paddq ($mul1,$temp); # +=tp[0]
230 &movd ($temp,&DWP($frame+4,"esp")); # tp[1]
236 &paddq ($car0,$temp); # +=tp[1]
247 &movd ($temp,&DWP($frame+4,"esp",$j,4));# tp[j+1]
255 &paddq ($car0,$temp); # +=tp[j+1]
274 &movd ($temp,&DWP($frame+4,"esp",$num,4)); # += tp[num]
276 &paddq ($car1,$temp);
H A Darmv4-mont.pl256 my $temp=&Dlo($Temp);
288 vshl.i64 $temp,`&Dhi("$A0xB")`,#16
291 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
293 vmul.u32 $Ni,$temp,$M0
321 vshr.u64 $temp,$temp,#16
324 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
327 vshr.u64 $temp,
[all...]
/freebsd-11-stable/lib/libutil/tests/
H A Dhumanize_number_test.c410 size_t temp; local
424 sscanf(optarg, "%zu", &temp);
425 *bufLength = temp + 1;
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c1444 RADDR (temp),
1448 RADDR (temp),
1594 RADDR (temp),
1908 RADDR (temp),
2008 RADDR (temp),
2019 RADDR (temp),
2037 RADDR (temp),
2040 ** Check if temp==savep or temp==goalp:
2050 SCR_FROM_REG (temp),
[all...]
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c2805 if (((ring->temp==ring->last) ? ring->first : ring->temp+1) == ring->read)
2807 for (; ring->temp!=ring->write;
2808 ring->temp = (ring->temp==ring->first)? ring->last : ring->temp-1)
2809 bus_dmamap_unload(ring->tag, ring->temp->map);
2817 desc = ring->temp;
2819 if (ring->temp++ == ring->last) ring->temp
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c2820 STAILQ_HEAD(, sbp_ocb) temp;
2822 STAILQ_INIT(&temp);
2824 STAILQ_CONCAT(&temp, &sdev->ocbs);
2827 STAILQ_FOREACH_SAFE(ocb, &temp, ocb, next) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c2370 u32 temp; local
2378 temp = I915_READ(0x4600c);
2379 temp &= 0xffff0000;
2380 I915_WRITE(0x4600c, temp | 0x8124);
2382 temp = I915_READ(0x46010);
2383 I915_WRITE(0x46010, temp | 1);
2385 temp = I915_READ(0x46034);
2386 I915_WRITE(0x46034, temp | (1 << 24));
2402 u32 reg, temp; local
2406 temp
2444 uint32_t temp; local
2468 u32 reg, temp, tries; local
2569 u32 reg, temp, i, retry; local
2701 u32 reg, temp, i; local
2816 u32 reg, temp; local
2857 u32 reg, temp; local
2887 u32 reg, temp; local
3004 u32 temp; local
3096 u32 reg, temp; local
3310 u32 temp; local
3328 u32 temp; local
3498 u32 reg, temp; local
4318 u32 temp; local
4369 u32 temp; local
4435 I915_WRITE(DPLL_MD(pipe), temp); local
4550 u32 temp = 0; local
4558 I915_WRITE(DPLL_MD(pipe), temp); local
4873 u32 temp; local
5323 uint32_t temp; local
5603 u32 temp; local
5786 u32 temp; local
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h22580 uint8_t temp; member in struct:hwrm_temp_monitor_query_output
[all...]
H A Dbnxt_hwrm.c408 uint8_t temp[ETHER_ADDR_LEN]; local
410 arc4rand(&temp, sizeof(temp), 0);
411 temp[0] &= 0xFE;
412 temp[0] |= 0x02;
413 bcopy(temp, addr, sizeof(temp));
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c8245 xo_handle_t temp; local
8247 bzero(&temp, sizeof(temp));
8248 temp.xo_style = XO_STYLE_TEXT;
8249 xo_buf_init(&temp.xo_data);
8250 xo_depth_check(&temp, XO_DEPTH);
8253 (void) xo_emit_hv(&temp, fmt, ap);
8256 xo_buffer_t *src = &temp.xo_data;
8260 xo_free(temp.xo_stack);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c116 extern char pktTemp[20]; /* PktDrvr temp area */
1369 ULONG temp; local
1398 if (_dx_cmem_usage(0, 0, &temp, &temp) != _DOSE_NONE)
1404 if (_dx_cmem_usage(0, 1, &temp, &temp) != _DOSE_NONE)
H A Dpkt_rx1.s33 _pktTemp resb 20 ; temp work area
H A Dpkt_rx0.asm58 _pktTemp db 20 dup (0) ; temp work area
/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c2928 /* BG temp curve trim */
3324 u16 temp; local
3351 temp = *phy_reg;
3352 temp |= BM_WUC_ENABLE_BIT;
3353 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT);
3355 ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp);
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c177 cd9660node *temp = ecalloc(1, sizeof(*temp)); local
179 TAILQ_INIT(&temp->cn_children);
180 temp->parent = temp->dot_record = temp->dot_dot_record = NULL;
181 temp->ptnext = temp->ptprev = temp->ptlast = NULL;
182 temp
760 volume_descriptor *temp, *t; local
821 char temp[ISO_FILENAME_MAXLENGTH_WITH_PADDING]; local
1059 int numbts, digit, digits, temp, powers, count; local
1958 cd9660node *temp; local
2011 cd9660node *temp; local
2039 cd9660node *temp; local
2060 cd9660node *temp, *first; local
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c105 cd9660node *temp; local
118 TAILQ_FOREACH(temp, &node->cn_children, cn_next_child) {
119 if ((r = cd9660_susp_finalize(diskStructure, temp)) < 0)
210 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
221 TAILQ_FOREACH(temp, &node->head, rr_ll) {
226 * CD9660_SUSP_ENTRY_SIZE(temp));
228 working -= CD9660_SUSP_ENTRY_SIZE(temp);
230 last = temp;
231 susp_used += CD9660_SUSP_ENTRY_SIZE(temp);
256 for (temp
301 struct ISO_SUSP_ATTRIBUTES *temp; local
462 struct ISO_SUSP_ATTRIBUTES* temp; local
[all...]

Completed in 610 milliseconds

1234567891011>>