Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Drfb.c248 uint16_t numrects; member
302 supdt_msg.numrects = htons(1); in rfb_send_resize_update_msg()
323 supdt_msg.numrects = htons(1); in rfb_send_extended_keyevent_update_msg()
455 rfb_send_update_header(struct rfb_softc *rc __unused, int cfd, int numrects) in rfb_send_update_header() argument
461 supdt_msg.numrects = htons(numrects); in rfb_send_update_header()
591 supdt_msg.numrects = htons(1); in rfb_send_all()