Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_prf.c134 void (*v_putc)(int) = cnputc; /* start with cnputc (normal cons) */ variable
367 (*v_putc)(c); in kputchar()
/openbsd/sys/sys/
H A Dsystm.h141 extern void (*v_putc)(int); /* Virtual console putc routine */