Home
last modified time | relevance | path

Searched refs:checksum (Results 126 – 150 of 226) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h727 u8 checksum; member
735 u8 checksum; member
747 u8 checksum; member
H A De1000_82575.c2584 u16 checksum = 0; in e1000_validate_nvm_checksum_with_offset() local
2595 checksum += nvm_data; in e1000_validate_nvm_checksum_with_offset()
2598 if (checksum != (u16) NVM_SUM) { in e1000_validate_nvm_checksum_with_offset()
2621 u16 checksum = 0; in e1000_update_nvm_checksum_with_offset() local
2632 checksum += nvm_data; in e1000_update_nvm_checksum_with_offset()
2634 checksum = (u16) NVM_SUM - checksum; in e1000_update_nvm_checksum_with_offset()
2636 &checksum); in e1000_update_nvm_checksum_with_offset()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp25 props['checksum'] = {{'on', 'default'}, {nil, nil}}
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dudp.d.in38 uint16_t udp_checksum; /* headers + data checksum */
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c381 uint16_t checksum, i; in e82545_init_eeprom() local
398 checksum = 0; in e82545_init_eeprom()
400 checksum += sc->eeprom_data[i]; in e82545_init_eeprom()
402 checksum = NVM_SUM - checksum; in e82545_init_eeprom()
403 sc->eeprom_data[NVM_CHECKSUM_REG] = checksum; in e82545_init_eeprom()
404 DPRINTF("eeprom checksum: 0x%x", checksum); in e82545_init_eeprom()
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h243 uint8_t checksum; member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c1513 long checksum = elf_checksum(obj_state->os_elf); in cmd_body() local
1516 if (dyn[ndx].d_un.d_val == checksum) { in cmd_body()
1519 dyn_name, EC_WORD(ndx), EC_XWORD(checksum)); in cmd_body()
1525 EC_XWORD(checksum)); in cmd_body()
1527 dyn[ndx].d_un.d_val = checksum; in cmd_body()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1428 uint16_t checksum; member
2371 uint16_t checksum; member
2379 uint16_t checksum; member
2439 uint16_t checksum; member
2480 uint16_t checksum; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c167 uint32_t checksum = BP_GET_CHECKSUM(bp); in zio_checksum_verify() local
170 zio_checksum_info_t *ci = &zio_checksum_table[checksum]; in zio_checksum_verify()
178 if (checksum >= ZIO_CHECKSUM_FUNCTIONS || ci->ci_func[0] == NULL) { in zio_checksum_verify()
179 grub_printf("checksum algorithm %u not supported\n", checksum); in zio_checksum_verify()
H A Dbios.c270 unsigned char checksum; in get_diskinfo() member
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib180 compression|checksum|readonly)
396 if [[ $(checksum $bak_user) == $(checksum $bak_root) ]]; then
466 if [[ $(checksum $bak_user) != $(checksum $bak_root) ]]; then
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi53 unsigned long checksum;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h258 unsigned char checksum; /* All bytes must add up to zero */ member
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict40 # 8 bits checksum
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c498 unsigned char checksum = 0; in hpet_checksum_table() local
502 checksum += *table; in hpet_checksum_table()
504 return (checksum == 0); in hpet_checksum_table()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h547 uint64_t size, struct abd *data, int checksum,
552 uint64_t size, struct abd *data, int checksum,
H A Dddt.h193 extern void ddt_bp_create(enum zio_checksum checksum, const ddt_key_t *ddk,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1175 abd_t *data, int checksum, zio_done_func_t *done, void *private, in zio_read_phys() argument
1189 zio->io_prop.zp_checksum = checksum; in zio_read_phys()
1196 abd_t *data, int checksum, zio_done_func_t *done, void *private, in zio_write_phys() argument
1210 zio->io_prop.zp_checksum = checksum; in zio_write_phys()
3929 enum zio_checksum checksum; in zio_checksum_generate() local
3936 checksum = zio->io_prop.zp_checksum; in zio_checksum_generate()
3938 if (checksum == ZIO_CHECKSUM_OFF) in zio_checksum_generate()
3941 ASSERT(checksum == ZIO_CHECKSUM_LABEL); in zio_checksum_generate()
3945 checksum = ZIO_CHECKSUM_GANG_HEADER; in zio_checksum_generate()
3947 checksum = BP_GET_CHECKSUM(bp); in zio_checksum_generate()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c643 trailer->checksum = __CPU_TO_LE_32( in tlv_update_partition_len_and_cks()
644 __LE_TO_CPU_32(trailer->checksum) - in tlv_update_partition_len_and_cks()
803 trailer.checksum = 0; /* This will be fixed below. */ in ef10_nvram_buffer_create()
1585 trailer->checksum = 0; in ef10_nvram_buf_write_tlv()
1590 trailer->checksum = ~cksum + 1; in ef10_nvram_buf_write_tlv()
H A Defx_vpd.c933 goto checksum; in efx_vpd_hunk_set()
940 checksum: in efx_vpd_hunk_set()
H A Def10_tlv_layout.h138 uint32_t checksum; member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h535 uint8_t checksum; /* page checksum */ member
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c471 static int checksum(union hblock *dblockp);
1585 if (chksum != checksum(&dblock)) { in getdir()
1603 if (chksum != checksum(&dblock)) { in getdir()
2119 "%07o", checksum(&dblock)); in putfile()
2142 checksum(&dblock)); in putfile()
2380 (void) sprintf(dblock.dbuf.chksum, "%07o", checksum(&dblock)); in putfile()
2461 (void) sprintf(dblock.dbuf.chksum, "%07o", checksum(&dblock)); in putfile()
2508 (void) sprintf(dblock.dbuf.chksum, "%07o", checksum(&dblock)); in putfile()
4661 checksum(union hblock *dblockp) in checksum_signed()
4683 checksum(union hblock *dblockp) in checksum() function
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Ddefault.cfg62 # Default to using the checksum
/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c597 (void) checksum(label, CK_MAKESUM); in auto_label_init()
1330 (void) checksum(label, CK_MAKESUM); in generic_disk_sense()
1356 (void) checksum(label, CK_MAKESUM); in generic_disk_sense()
1434 (void) checksum(label, CK_MAKESUM); in use_existing_disk_type()

12345678910