sc_ttysoftc
struct sc_ttysoftc *stc;
stc = malloc(sizeof(struct sc_ttysoftc), M_DEVBUF, M_WAITOK);
#define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)
#define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))