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.c114 struct rfb_softc { struct
115 int sfd;
116 pthread_t tid;
118 int cfd;
120 int width, height;
122 const char *password;
124 bool enc_raw_ok;
125 bool enc_zlib_ok;
126 bool enc_resize_ok;
127 bool enc_extkeyevent_ok;
[all …]