Lines Matching refs:vdpy
1823 int vdpy = -1, sock = -1; in do_vnc_redirect() local
1834 if (sscanf(q+1, "%d", &vdpy) != 1) { in do_vnc_redirect()
1838 if (vdpy == -1 && vnc_redirect != 2) { in do_vnc_redirect()
1843 if (vdpy < 0) { in do_vnc_redirect()
1844 vdpy = -vdpy; in do_vnc_redirect()
1845 } else if (vdpy < 200) { in do_vnc_redirect()
1846 vdpy += 5900; in do_vnc_redirect()
1849 vdpy += 5900; in do_vnc_redirect()
1855 sock = connect_tcp(vnc_redirect_host, vdpy); in do_vnc_redirect()
1863 rfbLog("wait_for_client: could not connect to a VNC Server at %s:%d\n", vnc_redirect_host, vdpy); in do_vnc_redirect()
1875 rfbLog("wait_for_client: switching control to VNC Server at %s:%d\n", vnc_redirect_host, vdpy); in do_vnc_redirect()