Searched refs:tty_getlock (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/cfe/ |
| HD | cfe_console.c | 91 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /NextBSD/sys/dev/ofw/ |
| HD | ofw_console.c | 103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /NextBSD/sys/dev/bvm/ |
| HD | bvm_console.c | 111 callout_init_mtx(&bvm_timer, tty_getlock(tp), 0); in cn_drvinit()
|
| /NextBSD/sys/sys/ |
| HD | tty.h | 171 #define tty_getlock(tp) ((tp)->t_mtx) macro
|
| /NextBSD/sys/dev/uart/ |
| HD | uart_tty.c | 413 return (tty_getlock(sc->sc_u.u_tty.tp)); in uart_tty_getlock()
|
| /NextBSD/sys/dev/xen/console/ |
| HD | xen_console.c | 743 callout_init_mtx(&cons->callout, tty_getlock(tp), 0); in xencons_attach()
|
| /NextBSD/sys/dev/rp/ |
| HD | rp.c | 745 callout_init_mtx(&rp->rp_timer, tty_getlock(tp), 0); in rp_attachcommon()
|