Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty.c1061 if (tsw->tsw_ ## x == NULL) \ in tty_alloc_mutex()
1081 tp->t_devsw = tsw; in tty_alloc_mutex()
1083 tp->t_flags = tsw->tsw_flags; in tty_alloc_mutex()
2312 db_printf(" (%p)\n", tsw); in _db_show_devsw()
2313 DB_PRINTSYM(open, tsw->tsw_open); in _db_show_devsw()
2314 DB_PRINTSYM(close, tsw->tsw_close); in _db_show_devsw()
2317 DB_PRINTSYM(ioctl, tsw->tsw_ioctl); in _db_show_devsw()
2318 DB_PRINTSYM(param, tsw->tsw_param); in _db_show_devsw()
2319 DB_PRINTSYM(modem, tsw->tsw_modem); in _db_show_devsw()
2320 DB_PRINTSYM(mmap, tsw->tsw_mmap); in _db_show_devsw()
[all …]
/f-stack/freebsd/sys/
H A Dtty.h167 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);