Searched refs:SC_DEV (Results 1 – 3 of 3) sorted by relevance
853 #define VIRTUAL_TTY(sc, x) ((SC_DEV((sc),(x)) != NULL) ? \854 (SC_DEV((sc),(x))->si_tty) : NULL)
91 #define SC_DEV(sc, vty) ((sc)->dev ? (sc)->dev[(vty) - (sc)->first_vty] : NULL) macro
156 #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()