Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c458 c->rc_width = gci->width; in rfb_handshake_init_message()
771 c->rc_width, c->rc_height); in rfb_send_resize_update_msg()
777 rect.rr_width = htons(c->rc_width); in rfb_send_resize_update_msg()
795 rect.rr_width = htons(c->rc_width); in rfb_send_extended_keyevent_update_msg()
1006 if (c->rc_width != gci->width || in rfb_send_screen()
1008 c->rc_width = gci->width; in rfb_send_screen()
1030 c->rc_gci.width != c->rc_width || in rfb_send_screen()
1033 c->rc_width * c->rc_height, sizeof (uint32_t)); in rfb_send_screen()
1038 c->rc_gci.width = c->rc_width; in rfb_send_screen()
H A Drfb_impl.h229 int rc_width; member