Home
last modified time | relevance | path

Searched refs:tty_getlock (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/cfe/
HDcfe_console.c91 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
/NextBSD/sys/dev/ofw/
HDofw_console.c103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
/NextBSD/sys/dev/bvm/
HDbvm_console.c111 callout_init_mtx(&bvm_timer, tty_getlock(tp), 0); in cn_drvinit()
/NextBSD/sys/sys/
HDtty.h171 #define tty_getlock(tp) ((tp)->t_mtx) macro
/NextBSD/sys/dev/uart/
HDuart_tty.c413 return (tty_getlock(sc->sc_u.u_tty.tp)); in uart_tty_getlock()
/NextBSD/sys/dev/xen/console/
HDxen_console.c743 callout_init_mtx(&cons->callout, tty_getlock(tp), 0); in xencons_attach()
/NextBSD/sys/dev/rp/
HDrp.c745 callout_init_mtx(&rp->rp_timer, tty_getlock(tp), 0); in rp_attachcommon()