Home
last modified time | relevance | path

Searched refs:crcptr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c29 static void nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len);
163 nxge_crc32c_byte(uint32_t *crcptr, const uint8_t *buf, int len) in nxge_crc32c_byte() argument
168 crc = *crcptr; in nxge_crc32c_byte()
176 *crcptr = crc; in nxge_crc32c_byte()
184 nxge_crc_ccitt_byte(uint16_t *crcptr, const uint8_t *buf, int len) in nxge_crc_ccitt_byte() argument
189 crc = *crcptr; in nxge_crc_ccitt_byte()
198 *crcptr = crc; in nxge_crc_ccitt_byte()
209 nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len) in nxge_crc32c_word() argument
214 crc = *crcptr; in nxge_crc32c_word()
222 *crcptr = crc; in nxge_crc32c_word()
/illumos-gate/usr/src/uts/common/os/
H A Dsctp_crc32.c95 sctp_crc_byte(uint32_t *crcptr, const uint8_t *buf, int len) in sctp_crc_byte() argument
100 crc = *crcptr; in sctp_crc_byte()
108 *crcptr = crc; in sctp_crc_byte()
112 sctp_crc_word(uint32_t *crcptr, const uint32_t *buf, int len) in sctp_crc_word() argument
117 crc = *crcptr; in sctp_crc_word()
123 *crcptr = crc; in sctp_crc_word()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c665 Dwarf_Small *crcptr = 0; in extract_debuglink() local
690 crcptr = (unsigned char *)ptr +namelen +1 +incr; in extract_debuglink()
691 if ((crcptr +4) != (unsigned char*)endptr) { in extract_debuglink()
696 *crc_returned = crcptr; in extract_debuglink()