Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_terminal.c509 static cn_putc_t termcn_cnputc; variable
518 .cn_putc = termcn_cnputc,
600 termcn_cnputc(struct consdev *cp, int c) in termcn_cnputc() function