Lines Matching defs:emul
315 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul,
338 dconf->wsemul = wsemul_pick(emul);
438 const char *screentype, const char *emul)
474 scr = wsscreen_attach(sc, 0, emul, scrdesc,
1495 char *type, typebuf[16], *emul, emulbuf[16];
1516 if (d->emul) {
1517 error = copyinstr(d->emul, emulbuf, sizeof(emulbuf),0);
1520 emul = emulbuf;
1522 emul = 0;
1524 if ((error = wsdisplay_addscreen(sc, d->idx, type, emul)) == 0)