Searched refs:tmpval (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/file/src/
H A Dreadelf.c81 } retval, tmpval; local
84 tmpval.ui = value;
86 retval.c[0] = tmpval.c[1];
87 retval.c[1] = tmpval.c[0];
100 } retval, tmpval; local
103 tmpval.ui = value;
105 retval.c[0] = tmpval.c[3];
106 retval.c[1] = tmpval.c[2];
107 retval.c[2] = tmpval.c[1];
108 retval.c[3] = tmpval
121 } retval, tmpval; local
[all...]
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c247 unsigned char *tmpval; local
265 tmpval = os.data;
266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL);
268 memcpy(tmpval, val, len);
269 else if (RAND_bytes(tmpval, len) <= 0)
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_mime.c852 char *tmpname = NULL, *tmpval = NULL, *p; local
861 if ((tmpval = OPENSSL_strdup(value)) == NULL)
863 for (p = tmpval; *p; p++)
870 mhdr->value = tmpval;
877 OPENSSL_free(tmpval);
884 char *tmpname = NULL, *tmpval = NULL, *p; local
895 tmpval = OPENSSL_strdup(value);
896 if (!tmpval)
904 mparam->param_value = tmpval;
910 OPENSSL_free(tmpval);
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzil.h532 int64_t tmpval = (val); \
533 wmsum_add(&(zil_sums_global.stat), tmpval); \
535 wmsum_add(&((zil)->zl_sums->stat), tmpval); \
/freebsd-current/usr.bin/locale/
H A Dlocale.c842 int type, cat, tmpval, alloc; local
861 tmpval = (char)*kwval;
862 printf("%s=%d\n", kw, tmpval);
876 tmpval = (char)*kwval;
877 printf("%d\n", tmpval);
/freebsd-current/sbin/camcontrol/
H A Dpersist.c500 uint64_t tmpval; local
502 tmpval = strtoumax(optarg, &endptr, 0);
510 key = tmpval;
512 sa_key = tmpval;
/freebsd-current/sys/dev/ti/
H A Dif_ti.c627 uint32_t tmpval, tmpval2; local
643 ti_offset, &tmpval, 1);
649 tmpval2 = ntohl(tmpval);
683 tmpval = htonl(tmpval2);
685 sc->ti_bhandle, ti_offset, &tmpval, 1);
701 uint32_t tmpval, tmpval2; local
732 tmpval = ntohl(tmpval2);
762 if (tmpval == 0xc0017c)
764 "%#x (tmpval)\n", segptr);
767 error = copyout(&tmpval, pt
3850 uint32_t tmpval; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Devp_test.c1289 char *p, *tmpval; local
1291 if (!TEST_ptr(tmpval = OPENSSL_strdup(value)))
1293 p = strchr(tmpval, ':');
1296 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p);
1304 OPENSSL_free(tmpval);
1498 char *tmpkey, *tmpval; local
1505 tmpval = strchr(tmpkey, ':');
1506 if (tmpval != NULL)
1507 *tmpval++ = '\0';
1509 if (tmpval
1766 char *p, *tmpval; local
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dsuj.c769 ufs_lbn_t tmpval; local
808 for (i = 0, tmpval = NINDIR(fs), lbn = UFS_NDADDR; i < UFS_NIADDR; i++,
810 nextlbn = lbn + tmpval;
811 tmpval *= NINDIR(fs);
1287 ufs_lbn_t tmpval; local
1336 for (i = 0, tmpval = NINDIR(fs), lbn = UFS_NDADDR; i < UFS_NIADDR; i++,
1338 nextlbn = lbn + tmpval;
1339 tmpval *= NINDIR(fs);
H A Dinode.c261 ufs_lbn_t tmpval; local
293 for (i = 0, tmpval = NINDIR(&sblock), cur = UFS_NDADDR; i < UFS_NIADDR;
294 i++, tmpval *= NINDIR(&sblock), cur = next) {
295 next = cur + tmpval;
/freebsd-current/sys/dev/tsec/
H A Dif_tsec.c1214 uint32_t tmpval; local
1242 tmpval = TSEC_READ(sc, TSEC_REG_MACCFG1);
1243 tmpval &= ~(TSEC_MACCFG1_RX_EN | TSEC_MACCFG1_TX_EN);
1244 TSEC_WRITE(sc, TSEC_REG_MACCFG1, tmpval);
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c2366 int tmpval, retval; local
2371 retval = TUNABLE_INT_FETCH(tmpstr, &tmpval);
2373 softc->timeout_info[i] = tmpval;
2381 retval = TUNABLE_INT_FETCH(tmpstr, &tmpval);
2383 softc->timeout_info[i] = tmpval;
/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c6750 ufs_lbn_t tmpval, lbn, lastlbn; local
6808 for (i = 0, tmpval = NINDIR(fs), lbn = UFS_NDADDR;
6810 i++, lbn += tmpval, tmpval *= NINDIR(fs)) {
6821 if (lbn <= lastlbn && lbn + tmpval - 1 > lastlbn)
7093 ufs_lbn_t tmpval; local
7119 for (i = 0, tmpval = NINDIR(fs), lbn = UFS_NDADDR;
7121 i++, lbn += tmpval, tmpval *= NINDIR(fs))

Completed in 307 milliseconds