alloc_scp
static scr_stat *alloc_scp(sc_softc_t *sc, int vty);
scp = alloc_scp(sc, sc->first_vty);
scp = SC_STAT(tp) = alloc_scp(sc, SC_VTY(tp));