Searched refs:sc_ttysoftc (Results 1 – 2 of 2) sorted by relevance
90 #define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)92 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))347 typedef struct sc_ttysoftc { struct350 } sc_ttysoftc; argument
428 struct sc_ttysoftc *stc; in sc_alloc_tty()432 stc = malloc(sizeof(struct sc_ttysoftc), M_DEVBUF, M_WAITOK); in sc_alloc_tty()