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

  /src/sys/arch/usermode/include/
mainbus.h 62 } vnc; member in union:thunkbus_attach_args::__anon6a42f6f3010a
  /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 56 milliseconds