Home
last modified time | relevance | path

Searched refs:SC_DEV (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDscvidctl.c853 #define VIRTUAL_TTY(sc, x) ((SC_DEV((sc),(x)) != NULL) ? \
854 (SC_DEV((sc),(x))->si_tty) : NULL)
HDsyscons.h91 #define SC_DEV(sc, vty) ((sc)->dev ? (sc)->dev[(vty) - (sc)->first_vty] : NULL) macro
HDsyscons.c156 #define VIRTUAL_TTY(sc, x) ((SC_DEV((sc),(x)) != NULL) ? \
157 (SC_DEV((sc),(x))->si_tty) : NULL)
1340 scp = SC_STAT(SC_DEV(sc, i)); in scioctl()
2928 sc->new_scp = SC_STAT(SC_DEV(sc, next_scr)); in sc_switch_scr()