Home
last modified time | relevance | path

Searched defs:rfb_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Drfb.c113 struct rfb_softc { struct
114 int sfd;
115 pthread_t tid;
117 int cfd;
119 int width, height;
121 const char *password;
123 bool enc_raw_ok;
124 bool enc_zlib_ok;
125 bool enc_resize_ok;
126 bool enc_extkeyevent_ok;
[all …]