Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_console.c103 callout_init_mtx(&ofw_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd/sys/dev/cfe/
H A Dcfe_console.c90 callout_init_mtx(&cfe_timer, tty_getlock(tp), 0); in cn_drvinit()
/freebsd/sys/sys/
H A Dtty.h175 #define tty_getlock(tp) ((tp)->t_mtx) macro
/freebsd/sys/dev/snp/
H A Dsnp.c179 error = cv_wait_sig(&ss->snp_outwait, tty_getlock(tp)); in snp_read()
/freebsd/sys/dev/uart/
H A Duart_tty.c462 return (tty_getlock(sc->sc_u.u_tty.tp)); in uart_tty_getlock()
/freebsd/sys/kern/
H A Dkern_cons.c631 callout_init_mtx(&conscallout, tty_getlock(tp), 0); in constty_set()
/freebsd/sys/dev/xen/console/
H A Dxen_console.c739 callout_init_mtx(&cons->callout, tty_getlock(tp), 0); in xencons_attach()