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

  /src/sys/dev/wscons/
wsdisplay.c 97 struct tty *scr_tty; member in struct:wsscreen
230 #define WSSCREEN_HAS_TTY(scr) ((scr)->scr_tty != NULL)
302 struct tty *tp = scr->scr_tty;
354 scr->scr_tty = tty_alloc();
355 tty_attach(scr->scr_tty);
382 tty_detach(scr->scr_tty);
383 tty_free(scr->scr_tty);
504 struct tty *tp = scr->scr_tty;
1031 tp = scr->scr_tty;
1102 tp = scr->scr_tty;
    [all...]

Completed in 60 milliseconds