Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dconsole.h50 void console_key_event(int down, uint32_t keysym);
H A Dconsole.c109 console_key_event(int down, uint32_t keysym) in console_key_event() function
H A Drfb.c701 console_key_event(key_msg.down, htonl(key_msg.code)); in rfb_recv_key_msg()