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

  /src/sys/arch/vax/vax/
ka6400.c 140 v_putc = ka6400_putc; /* Need special console handling */
ka88.c 145 v_putc = ka88_putc; /* Need special console handling */
ka820.c 165 v_putc = ka820_putc; /* Need special console handling */
  /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);
  /src/sys/sys/
systm.h 172 extern void (*v_putc)(int); /* Virtual console putc routine */

Completed in 15 milliseconds