Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Drfb.c167 uint16_t green_max; member
283 sinfo.pixfmt.green_max = htons(255); in rfb_send_server_init_msg()
352 uint16_t red_max, green_max, blue_max; in rfb_recv_set_pixfmt_msg() local
375 green_max = ntohs(pixfmt_msg.pixfmt.green_max); in rfb_recv_set_pixfmt_msg()
379 if (red_max != 255 || green_max != 255 || blue_max != 255) { in rfb_recv_set_pixfmt_msg()
382 red_max, green_max, blue_max)); in rfb_recv_set_pixfmt_msg()