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

/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_uart_console.c99 if (early_putc != NULL) {
101 early_putc = NULL;
179 early_putc_t *early_putc = eputc; variable
/freebsd-11-stable/sys/kern/
H A Dkern_cons.c164 early_putc = NULL;
490 if (early_putc != NULL) {
492 early_putc('\r');
493 early_putc(c);
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_machdep.c139 early_putc_t *early_putc = tegra124_early_putc; variable
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_machdep.c306 * makes sense now, but if multiple SOCs do that it will make early_putc another
321 early_putc_t *early_putc = imx6_early_putc;
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif_console.c167 early_putc_t *early_putc = riscv_putc; variable
/freebsd-11-stable/sys/arm/at91/
H A Duart_dev_at91usart.c252 early_putc_t * early_putc = eputc; variable
272 if (early_putc != NULL) {
274 early_putc = NULL;
/freebsd-11-stable/sys/sys/
H A Dsystm.h222 extern early_putc_t *early_putc;

Completed in 114 milliseconds