Searched refs:uart_phyp_get (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_console.c287 uart_phyp_get(struct uart_phyp_softc *sc, void *buffer, size_t bufsize) function
404 retval = uart_phyp_get(console_sc, &c, 1);
453 while ((len = uart_phyp_get(sc, &c, 1)) > 0)

Completed in 36 milliseconds