Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvnc-display-test.c18 VncConnection *conn;
24 static void on_vnc_error(VncConnection* self, in on_vnc_error()
30 static void on_vnc_auth_failure(VncConnection *self, in on_vnc_auth_failure()
72 test_vnc_basic_on_vnc_initialized(VncConnection *self, in test_vnc_basic_on_vnc_initialized()
/openbmc/qemu/ui/
H A Dvnc-jobs.c232 VncConnection *vc; in vnc_worker_thread_loop()
252 vc = container_of(job->vs, VncConnection, vs); in vnc_worker_thread_loop()
H A Dvnc.h362 typedef struct VncConnection { struct
365 } VncConnection; typedef
H A Dvnc.c1313 VncConnection *vc = container_of(vs, VncConnection, vs); in vnc_disconnect_finish()
2126 VncConnection *vc = container_of(vs, VncConnection, vs); in set_encodings()
3034 VncConnection *vc = container_of(vs, VncConnection, vs); in vnc_refresh_lossy_rect()
3296 VncConnection *vc = g_new0(VncConnection, 1); in vnc_connect()