Lines Matching refs:vty
180 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) argument
200 static scr_stat *alloc_scp(sc_softc_t *sc, int vty);
201 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp);
710 int vty = SC_VTY(tp); in scdevtounit() local
712 if (vty == SC_CONSOLECTL) in scdevtounit()
714 else if ((vty < 0) || (vty >= MAXCONS * sc_max_unit())) in scdevtounit()
717 return vty / MAXCONS; in scdevtounit()
3594 alloc_scp(sc_softc_t *sc, int vty) in alloc_scp() argument
3601 init_scp(sc, vty, scp); in alloc_scp()
3619 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp() argument
3625 scp->index = vty; in init_scp()