Searched refs:checksum (Results 201 - 225 of 272) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c71 svn_checksum_t *checksum;
73 SVN_ERR(svn_checksum(&checksum, svn_checksum_md5, str, strlen(str), pool));
75 *digest = svn_checksum_to_cstring_display(checksum, pool);
70 svn_checksum_t *checksum; local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c874 void *data, int checksum, zio_done_func_t *done, void *private,
888 zio->io_prop.zp_checksum = checksum;
895 void *data, int checksum, zio_done_func_t *done, void *private,
909 zio->io_prop.zp_checksum = checksum;
911 if (zio_checksum_table[checksum].ci_eck) {
914 * the end of the write buffer to hold the verifier/checksum.
943 * checksum and the parent need not. This pushes error
1532 * as the verifier to ensure uniqueness of the SHA256 checksum.
1533 * Critically, the gang block bp's blk_cksum is the checksum of the data,
1603 * a new gang block header checksum fo
873 zio_read_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, int priority, enum zio_flag flags, boolean_t labels) argument
894 zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, int priority, enum zio_flag flags, boolean_t labels) argument
2796 enum zio_checksum checksum; local
[all...]
H A Dspa_misc.c1323 char *checksum = NULL; local
1338 checksum = zio_checksum_table[BP_GET_CHECKSUM(bp)].ci_name;
1342 SPRINTF_BLKPTR(snprintf, ' ', buf, bp, type, checksum, compress);
H A Ddmu_objset.c174 enum zio_checksum checksum; local
181 checksum = zio_checksum_dedup_select(spa, newval, ZIO_CHECKSUM_OFF);
183 os->os_dedup_checksum = checksum & ZIO_CHECKSUM_MASK;
184 os->os_dedup_verify = !!(checksum & ZIO_CHECKSUM_VERIFY);
289 /* convert checksum errors into IO errors */
322 * func returns, thus changing the checksum/compression from the
324 * checksum/compression/copies.
/freebsd-10.0-release/sys/dev/e1000/
H A De1000_hw.h369 __le16 csum; /* Packet checksum */
462 u8 ipcss; /* IP checksum start */
463 u8 ipcso; /* IP checksum offset */
464 __le16 ipcse; /* IP checksum end */
470 u8 tucss; /* TCP checksum start */
471 u8 tucso; /* TCP checksum offset */
472 __le16 tucse; /* TCP checksum end */
636 u8 checksum; member in struct:e1000_host_mng_dhcp_cookie
644 u8 checksum; member in struct:e1000_host_command_header
656 u8 checksum; member in struct:e1000_host_mng_command_header
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c568 static int mlx4_ib_ipoib_csum_ok(__be16 status, __be16 checksum) argument
579 checksum == cpu_to_be16(0xffff);
791 cqe->checksum) ? IB_WC_IP_CSUM_OK : 0;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c495 u16 checksum; local
642 checksum = (be32_to_cpu(cqe->rqpn) >> 24) |
644 entry->csum_ok = (cqe->sl_ipok & 1 && checksum == 0xffff);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1192 svn_fs_file_checksum(svn_checksum_t **checksum,
1199 SVN_ERR(root->vtable->file_checksum(checksum, kind, root, path, pool));
1201 if (force && (*checksum == NULL || (*checksum)->kind != kind))
1206 checksum_contents = svn_stream_checksummed2(contents, checksum, NULL,
1210 this case) and dump the checksum into checksum->digest. */
1299 /* TODO: If we ever rev this API, we should make the supplied checksum an
1186 svn_fs_file_checksum(svn_checksum_t **checksum, svn_checksum_kind_t kind, svn_fs_root_t *root, const char *path, svn_boolean_t force, apr_pool_t *pool) argument
H A Dfs-loader.h319 svn_error_t *(*file_checksum)(svn_checksum_t **checksum,
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dpkinit.c121 Checksum checksum; local
145 &checksum);
158 if (der_heim_octet_string_cmp(a->paChecksum, &checksum.checksum) != 0) {
164 free_Checksum(&checksum);
934 * 09-binding it expects a IETF (checksum) reply so there can be
/freebsd-10.0-release/tools/tools/netmap/
H A Dpkt-gen.c320 /* Compute the checksum of the given ip header. */
322 checksum(const void *data, uint16_t len, uint32_t sum) function
334 * If there's a single byte left over, checksum it, too.
427 ip->ip_sum = wrapsum(checksum(ip, sizeof(*ip), 0));
439 udp->uh_sum = wrapsum(checksum(udp, sizeof(*udp),
440 checksum(pkt->body,
442 checksum(&ip->ip_src, 2 * sizeof(ip->ip_src),
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c1599 TGT_ID's data checksum. */
1629 mapping of TGT_NODE's data checksum to its representation key. */
1746 /* Index ID's data checksum. */
3472 svn_checksum_t **checksum; /* OUT parameter */
3484 return svn_fs_base__dag_file_checksum(args->checksum, args->kind, file,
3489 base_file_checksum(svn_checksum_t **checksum,
3501 args.checksum = checksum;
3504 *checksum = svn_checksum_dup(*checksum, poo
3460 svn_checksum_t **checksum; /* OUT parameter */ member in struct:file_checksum_args
3477 base_file_checksum(svn_checksum_t **checksum, svn_checksum_kind_t kind, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
3722 svn_checksum_t *checksum; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1513 svn_checksum_t *checksum = NULL;
1515 /* Parse the optional SHA1 checksum (1.7+) */
1516 err = svn_checksum_parse_hex(&checksum, svn_checksum_sha1,
1522 if (!err && checksum)
1526 checksum, info->pool);
1874 svn_xml_get_attr_value("sha1-checksum", attrs);
2053 info->base_checksum = svn_xml_get_attr_value("base-checksum", attrs);
2059 svn_xml_get_attr_value("sha1-checksum", attrs);
2111 info->base_checksum = svn_xml_get_attr_value("base-checksum",
2492 /* Advance handling: if we spotted the md5-checksum propert
1507 svn_checksum_t *checksum = NULL; local
3466 svn_checksum_t *checksum; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3207 word = SWAP16(eep->base_eep_header.checksum);
3208 eep->base_eep_header.checksum = word;
3246 /* Check CRC - Attach should fail on a bad checksum */
3250 "Bad EEPROM checksum 0x%x or revision 0x%04x\n",
3612 int checksum = 0; local
3615 checksum += data[it];
3616 checksum &= 0xffff;
3619 return checksum;
3685 u_int16_t checksum, mchecksum; local
3712 checksum
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c923 svn_checksum_t *checksum; local
1070 SVN_ERR(svn_fs_file_checksum(&checksum, svn_checksum_md5, b->t_root,
1072 hex_digest = svn_checksum_to_cstring(checksum, pool);
/freebsd-10.0-release/sbin/restore/
H A Dtape.c103 static int checksum(int *);
1381 if (checksum((int *)buf) == FAIL)
1621 checksum(int *buf) function
/freebsd-10.0-release/sys/dev/advansys/
H A Dadvansys.c725 int checksum, i; local
767 checksum = adv_get_eeprom_config(adv, &eeprom_config);
783 if (checksum == eeprom_config.chksum) {
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsrconv.c50 static void checksum (FILE *, unsigned char *, int, int);
162 checksum (FILE *file, unsigned char *ptr, int size, int code) function
178 /* Glue on a checksum too. */
197 checksum (file, ptr, *idx, code | 0x1000);
261 checksum (file, ptr, *idx, code | 0x1000);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-mips.c211 These bytes contain an 18 bit checksum of the complete
213 CSUM[123] bytes. The checksum is simply the twos complement
215 values of the checksum bytes are:
787 /* Get the checksum of a packet. HDR points to the packet header.
799 /* The initial SYN is not included in the checksum. */
917 /* We don't bother checking the checksum, or providing an
938 /* If the checksum does not match the trailer checksum, this
1095 printf_unfiltered ("Bad checksum; data %d, trailer %d\n",
1099 /* The checksum faile
2740 unsigned char checksum; local
[all...]
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dcq.c95 uint16_t checksum; member in struct:mlx4_cqe
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile91 # Put dummy checksum object in library too. It will be overridden
93 OBJS-dummy= stub-objc.o dummy-checksum.o
/freebsd-10.0-release/sys/dev/buslogic/
H A Dbtreg.h404 u_int8_t checksum[2]; member in struct:__anon7620
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_drv.h233 uint8_t len; /* HB2 - body len, not including checksum */
235 uint8_t checksum; /* PB0 */ member in struct:dip_infoframe
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dintel_ata.h650 U8 checksum; member in struct:ATA_NCQ_COMMAND_ERROR_LOG
/freebsd-10.0-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c93 eh->version, eh->length, eh->checksum);

Completed in 385 milliseconds

1234567891011