Searched defs:vty (Results 1 – 2 of 2) sorted by relevance
690 int vty = SC_VTY(dev); in scdevtounit() local3580 alloc_scp(sc_softc_t *sc, int vty) in alloc_scp()3607 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp()
91 #define SC_DEV(sc, vty) ((sc)->dev ? (sc)->dev[(vty) - (sc)->first_vty] : NULL) argument