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

/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c140 int crc_width, crc_height; member in struct:rfb_softc
539 if (rc->crc_width != gc_image->width ||
544 rc->crc_width = gc_image->width;
570 w = rc->crc_width;
572 xcells = howmany(rc->crc_width, PIX_PER_CELL);
1082 rc->crc_width = RFB_MAX_WIDTH;

Completed in 111 milliseconds