Home
last modified time | relevance | path

Searched refs:uart_softc_lock (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/bhyve/
H A Duart_pl011.c185 uart_softc_lock(sc->backend); in uart_drain()
211 uart_softc_lock(sc->backend); in uart_pl011_write()
277 uart_softc_lock(sc->backend); in uart_pl011_read()
H A Duart_emul.c206 uart_softc_lock(sc->backend); in uart_drain()
222 uart_softc_lock(sc->backend); in uart_ns16550_write()
339 uart_softc_lock(sc->backend); in uart_ns16550_read()
H A Duart_backend.h54 void uart_softc_lock(struct uart_softc *sc);
H A Duart_backend.c552 uart_softc_lock(struct uart_softc *sc) in uart_softc_lock() function