Home
last modified time | relevance | path

Searched refs:screentype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/wsconscfg/
H A Dwsconscfg.c76 asd.screentype = 0; in main()
108 asd.screentype = optarg; in main()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c460 asd->screentype = (char *)NETBSD32PTR64(asd32->screentype); in netbsd32_to_wsdisplay_addscreendata()
966 NETBSD32PTR32(asd32->screentype, asd->screentype); in netbsd32_from_wsdisplay_addscreendata()
H A Dnetbsd32_ioctl.h144 netbsd32_charp screentype; member
/netbsd-src/sys/dev/wscons/
H A Dwsconsio.h466 char *screentype;
465 char *screentype; global() member
H A Dwsdisplay.c438 const char *screentype, const char *emul) in wsdisplay_addscreen() argument
453 scrdesc = wsdisplay_screentype_pick(sc->sc_scrdata, screentype); in wsdisplay_addscreen()
1508 if (d->screentype) { in wsdisplay_cfg_ioctl()
1509 error = copyinstr(d->screentype, typebuf, in wsdisplay_cfg_ioctl()