Searched refs:sc_ttysoftc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h100 #define SC_VTY(dev) (((sc_ttysoftc *)tty_softc(tp))->st_index)
102 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat))
360 typedef struct sc_ttysoftc { struct
363 } sc_ttysoftc; typedef in typeref:struct:sc_ttysoftc
H A Dsyscons.c420 struct sc_ttysoftc *stc;
424 stc = malloc(sizeof(struct sc_ttysoftc), M_DEVBUF, M_WAITOK);

Completed in 213 milliseconds