Home
last modified time | relevance | path

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

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