Home
last modified time | relevance | path

Searched refs:t_devswsoftc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dtty.h130 void *t_devswsoftc; /* (c) Soft config, for drivers. */ member
215 #define tty_softc(tp) ((tp)->t_devswsoftc)
/freebsd/sys/kern/
H A Dtty.c1082 tp->t_devswsoftc = sc; in tty_alloc_mutex()
2442 db_printf("\tdevswsoftc: %p\n", tp->t_devswsoftc); in DB_SHOW_COMMAND()