HomeSort by: relevance | last modified time | path
    Searched refs:vnc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/usermode/include/
mainbus.h 62 } vnc; member in union:thunkbus_attach_args::__anon6a42f6f3010a
  /src/sys/arch/usermode/dev/
mainbus.c 90 taa.u.vnc.width = usermode_vnc_width;
91 taa.u.vnc.height = usermode_vnc_height;
92 taa.u.vnc.port = usermode_vnc_port;
vncfb.c 207 sc->sc_width = taa->u.vnc.width;
208 sc->sc_height = taa->u.vnc.height;
212 sc->sc_sockfd = thunk_vnc_open_socket(taa->u.vnc.port);
214 panic("couldn't open VNC socket");
225 sc->sc_width, sc->sc_height, sc->sc_depth, taa->u.vnc.port);
236 if (thunk_rfb_open(&sc->sc_rfb, taa->u.vnc.port) != 0)
  /src/sys/arch/usermode/usermode/
machdep.c 112 " [vnc=<width>x<height>,<port>]"
120 " vnc=640x480,5900"
190 } else if (strncmp(argv[i], "vnc=",
191 strlen("vnc=")) == 0) {
192 char *vnc = argv[i] + strlen("vnc="); local in function:main
194 w = vnc;
197 thunk_printf("bad vnc= format\n");
203 thunk_printf("bad vnc= format\n");

Completed in 12 milliseconds