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

  /src/usr.sbin/wsconscfg/
wsconscfg.c 76 asd.screentype = 0;
108 asd.screentype = optarg;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 460 asd->screentype = (char *)NETBSD32PTR64(asd32->screentype);
966 NETBSD32PTR32(asd32->screentype, asd->screentype);
netbsd32_ioctl.h 144 netbsd32_charp screentype; member in struct:netbsd32_wsdisplay_addscreendata
  /src/sys/dev/wscons/
wsconsio.h 467 char *screentype; member in struct:wsdisplay_addscreendata
wsdisplay.c 438 const char *screentype, const char *emul)
453 scrdesc = wsdisplay_screentype_pick(sc->sc_scrdata, screentype);
1508 if (d->screentype) {
1509 error = copyinstr(d->screentype, typebuf,

Completed in 17 milliseconds