ttydevsw
static struct ttydevsw cfe_ttydevsw = {
static struct ttydevsw dcons_ttydevsw = {
static struct ttydevsw nmdm_class = {
static struct ttydevsw ofw_ttydevsw = {
static struct ttydevsw sc_ttydevsw = {
static struct ttydevsw smdev_ttydevsw = {
static struct ttydevsw uart_tty_class = {
static struct ttydevsw ucom_class = {
static struct ttydevsw vtcon_tty_class = {
static struct ttydevsw xencons_ttydevsw = {
static struct ttydevsw terminal_tty_class = {
tty_alloc(struct ttydevsw *tsw, void *sc)
tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex)
_db_show_devsw(const char *sep, const struct ttydevsw *tsw)
static struct ttydevsw pts_class = {
static struct ttydevsw mambo_ttydevsw = {
static struct ttydevsw uart_opal_tty_class = {
static struct ttydevsw uart_phyp_tty_class = {
static struct ttydevsw riscv_ttydevsw = {
struct ttydevsw *t_devsw; /* (c) Driver hooks. */
struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
struct ttydevsw;