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 - 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
Indexes created Sun Sep 28 07:09:56 GMT 2025