HomeSort by: relevance | last modified time | path
    Searched defs:v_putc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_prf.c 123 * v_putc: routine to putc on virtual console
125 * the v_putc pointer can be used to redirect the console cnputc elsewhere
129 void (*v_putc)(int) = cnputc; /* start with cnputc (normal cons) */ variable in typeref:typename:void (*)(int)
429 (*v_putc)(c);
subr_prf.c 123 * v_putc: routine to putc on virtual console
125 * the v_putc pointer can be used to redirect the console cnputc elsewhere
129 void (*v_putc)(int) = cnputc; /* start with cnputc (normal cons) */ variable in typeref:typename:void (*)(int)
429 (*v_putc)(c);

Completed in 23 milliseconds