Searched refs:newcrc (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/lvm/
H A Dmd_crc.c91 uint_t newcrc; local
139 newcrc = MDDB_CRCMAGIC;
161 newcrc = (newcrc << 8) ^ crctab[(newcrc >> 24) ^ *record++];
166 if (*((uint_t *)result) == newcrc)
176 *((uint_t *)result) = newcrc;
177 return (newcrc);
/opensolaris-onvv-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c105 static int tavor_write_xps_crc_sig(int fd, uint32_t offset, uint16_t newcrc);
1655 * has already byte-swapped newcrc if that's necessary.
1661 tavor_write_xps_crc_sig(int fd, uint32_t offset, uint16_t newcrc) argument
1670 "newcrc 0x%04x)\n",
1671 fd, offset, newcrc);
1673 bytep = (uint8_t *)&newcrc;

Completed in 100 milliseconds