Home
last modified time | relevance | path

Searched refs:checksum (Results 151 – 175 of 226) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbigfile.test28 # This is the md5 checksum of all the data in table t1 as created
H A Dinterrupt.test21 # Compute a checksum on the entire database.
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c438 checksum(int32_t *sp, int32_t *lp, int nb) in checksum() function
479 if (!checksum(&ebp->chksum, (int32_t *)ebp, fsp->fs_bsize)) in dumplog()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h525 uint16_t checksum; member
554 uint16_t checksum; member
H A Darn_eeprom.c320 word = swab16(eep->baseEepHeader.checksum); in ath9k_hw_check_def_eeprom()
321 eep->baseEepHeader.checksum = word; in ath9k_hw_check_def_eeprom()
450 word = swab16(eep->baseEepHeader.checksum); in ath9k_hw_check_4k_eeprom()
451 eep->baseEepHeader.checksum = word; in ath9k_hw_check_4k_eeprom()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg187 @ MSG_SHT_CHECKSUM_NF "checksum"
H A Ddynamic.msg199 @ MSG_DT_CHECKSUM_NF "checksum"
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S92 ! Entry point for checksum-only.
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1558 uint8_t checksum; in cnx_get_log2_chunk_size() local
1564 checksum = in cnx_get_log2_chunk_size()
1570 if (checksum != 0) { in cnx_get_log2_chunk_size()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME443 6439589 e1000g: whines about checksum capability, unclear what user should do
492 6501294 "eeprom checksum failed" with pci8086,108c device
497 6535712 e1000g: the processing of the checksum flags should be protected by tx_lock
590 6637659 e1000g has problem on transmit hardware checksum support
H A DREADME.new289 To enable checksum offloading:
293 To disable checksum offloading:
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME443 6439589 e1000g: whines about checksum capability, unclear what user should do
492 6501294 "eeprom checksum failed" with pci8086,108c device
497 6535712 e1000g: the processing of the checksum flags should be protected by tx_lock
590 6637659 e1000g has problem on transmit hardware checksum support
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h482 enum i40e_status_code i40e_calc_nvm_checksum(struct i40e_hw *hw, u16 *checksum);
485 u16 *checksum);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h602 #define SNPRINTF_BLKPTR(func, ws, buf, size, bp, type, checksum, compress) \ argument
671 checksum, \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c1524 if (authenticator->checksum && checksum_required) { in recvauth()
1562 &key, 0, &input, authenticator->checksum, in recvauth()
H A Din.rlogind.c467 if (authenticator->checksum) { in recvauth()
508 authenticator->checksum, in recvauth()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1542 char *checksum = NULL; in snprintf_blkptr() local
1558 checksum = in snprintf_blkptr()
1564 SNPRINTF_BLKPTR(snprintf, ' ', buf, buflen, bp, type, checksum, in snprintf_blkptr()
H A Dddt.c261 ddt_bp_create(enum zio_checksum checksum, in ddt_bp_create() argument
276 BP_SET_CHECKSUM(bp, checksum); in ddt_bp_create()
H A Ddmu_objset.c217 enum zio_checksum checksum; in dedup_changed_cb() local
224 checksum = zio_checksum_dedup_select(spa, newval, ZIO_CHECKSUM_OFF); in dedup_changed_cb()
226 os->os_dedup_checksum = checksum & ZIO_CHECKSUM_MASK; in dedup_changed_cb()
227 os->os_dedup_verify = !!(checksum & ZIO_CHECKSUM_VERIFY); in dedup_changed_cb()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c375 unsigned short id, offset, checksum; in ip_token() local
386 adrm_u_short(adr, &checksum, 1); in ip_token()
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run114 [tests/functional/checksum]
116 tags = ['functional', 'checksum']
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.info336 8 u32 checksum required
347 The fields `magic', `flags' and `checksum' are defined in *Note
404 `checksum'
405 The field `checksum' is a 32-bit unsigned value which, when added
1107 unsigned long checksum;
1219 /* checksum */
1609 * Header checksum.
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c197 checksum(int32_t *sp, int32_t *lp, int nb) in checksum() function
294 if (!checksum(&ebp->chksum, (int32_t *)bp->b_un.b_addr, in lufs_snarf()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in103 uint16_t tcp_checksum; /* checksum */
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h601 mDNSu16 checksum;
641 mDNSu16 checksum;
658 mDNSu16 checksum;
665 mDNSu16 checksum; member

12345678910