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

/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c139 uint32_t *crc_tmp; /* buffer to store single crc row */ member in struct:rfb_softc
586 * crc_tmp is dual purpose: to store the new crc and to flag as
589 crc_p = rc->crc_tmp - xcells;
592 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells);
648 crc_p = rc->crc_tmp;
1081 rc->crc_tmp = calloc(cnt, sizeof(uint32_t));
1159 free(rc->crc_tmp);

Completed in 104 milliseconds