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::__anon2144
  /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 204 sc->sc_width = taa->u.vnc.width;
205 sc->sc_height = taa->u.vnc.height;
209 sc->sc_sockfd = thunk_vnc_open_socket(taa->u.vnc.port);
211 panic("couldn't open VNC socket");
222 sc->sc_width, sc->sc_height, sc->sc_depth, taa->u.vnc.port);
233 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
194 w = vnc;
197 thunk_printf("bad vnc= format\n");
203 thunk_printf("bad vnc= format\n");

Completed in 16 milliseconds