Searched refs:ttydevsw (Results 1 – 21 of 21) sorted by relevance
53 struct ttydevsw;124 struct ttydevsw *t_devsw; /* (c) Driver hooks. */167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
61 struct ttydevsw { struct
54 static struct ttydevsw mambo_ttydevsw = {
82 static struct ttydevsw riscv_ttydevsw = {
57 static struct ttydevsw cfe_ttydevsw = {
57 static struct ttydevsw ofw_ttydevsw = {
85 static struct ttydevsw gxemul_cons_ttydevsw = {
226 static struct ttydevsw smdev_ttydevsw = {
256 static struct ttydevsw sc_ttydevsw = {
143 static struct ttydevsw dcons_ttydevsw = {
67 static struct ttydevsw nmdm_class = {
127 static struct ttydevsw uart_phyp_tty_class = {
396 static struct ttydevsw uart_tty_class = {
65 static struct ttydevsw aju_ttydevsw = {
130 static struct ttydevsw uart_opal_tty_class = {
693 static struct ttydevsw xencons_ttydevsw = {
91 static struct ttydevsw terminal_tty_class = {
1049 tty_alloc(struct ttydevsw *tsw, void *sc) in tty_alloc()1056 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex()2295 _db_show_devsw(const char *sep, const struct ttydevsw *tsw) in _db_show_devsw()
725 static struct ttydevsw pts_class = {
175 static struct ttydevsw ucom_class = {
239 static struct ttydevsw vtcon_tty_class = {