Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dopenfirm.c78 static void OF_putchar(int c, void *arg);
263 OF_putchar(int c, void *arg __unused) in OF_putchar() function
282 (void)kvprintf(fmt, OF_putchar, NULL, 10, va); in OF_printf()