Searched refs:crc_p (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | rfb.c | 493 uint32_t *crc_p, *orig_crc; in rfb_send_screen() local 543 crc_p = rc->crc_tmp - xcells; in rfb_send_screen() 549 crc_p += xcells; in rfb_send_screen() 560 crc_p[x] = fast_crc32(p, in rfb_send_screen() 562 crc_p[x]); in rfb_send_screen() 564 crc_p[x] = (uint32_t)crc32(crc_p[x], in rfb_send_screen() 572 if (orig_crc[x] != crc_p[x]) { in rfb_send_screen() 573 orig_crc[x] = crc_p[x]; in rfb_send_screen() 574 crc_p[x] = 1; in rfb_send_screen() 577 crc_p[x] = 0; in rfb_send_screen() [all …]
|
| /freebsd-12-stable/sys/dev/sbni/ |
| D | if_sbni.c | 536 download_data(struct sbni_softc *sc, u_int32_t *crc_p) in download_data() argument 563 *crc_p = calc_crc32(*crc_p, data_p, slice); in download_data() 584 *crc_p = CRC32(0, *crc_p); in download_data() 778 send_frame_header(struct sbni_softc *sc, u_int32_t *crc_p) in send_frame_header() argument 784 crc = *crc_p; in send_frame_header() 807 *crc_p = crc; in send_frame_header() 828 u_int *ack, u_int *is_first, u_int32_t *crc_p) in check_fhdr() argument 833 crc = *crc_p; in check_fhdr() 857 *crc_p = crc; in check_fhdr()
|