OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v_putc
(Results
1 - 1
of
1
) 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);
Completed in 33 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025