Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c251 uint16_t numrects; member
305 supdt_msg.numrects = htons(1); in rfb_send_resize_update_msg()
326 supdt_msg.numrects = htons(1); in rfb_send_extended_keyevent_update_msg()
458 rfb_send_update_header(struct rfb_softc *rc __unused, int cfd, int numrects) in rfb_send_update_header() argument
464 supdt_msg.numrects = htons(numrects); in rfb_send_update_header()
594 supdt_msg.numrects = htons(1); in rfb_send_all()