HomeSort by: relevance | last modified time | path
    Searched refs:vnc (Results 1 - 7 of 7) 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");
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
s390x.pm 53 vacch vaccf vaccg vaccq vac vacq vaccc vacccq vn vnc vavg vavgb
769 sub vnc { subroutine
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
s390x.pm 53 vacch vaccf vaccg vaccq vac vacq vaccc vacccq vn vnc vavg vavgb
769 sub vnc { subroutine
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 6189 char *vnc, *rnc; local
6204 vnc = ch_malloc( si->si_base.bv_len + 6 );
6205 strcpy( vnc, "(.*)" );
6206 lutil_strcopy( lutil_strcopy( vnc+4, si->si_base.bv_val ), "$" );
6207 argvRule[1] = vnc;
6215 ch_free( vnc );

Completed in 47 milliseconds