OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rconsole
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/rcons/
rcons.h
52
struct
rconsole
{
struct
100
void rcons_bell(struct
rconsole
*);
101
void rcons_init(struct
rconsole
*, int);
105
void rcons_init_ops(struct
rconsole
*rc);
106
void rcons_puts(struct
rconsole
*, const unsigned char *, int);
107
void rcons_pctrl(struct
rconsole
*, int);
108
void rcons_esc(struct
rconsole
*, int);
109
void rcons_doesc(struct
rconsole
*, int);
110
void rcons_sgresc(struct
rconsole
*, int);
111
void rcons_text(struct
rconsole
*, const unsigned char *, int)
[
all
...]
rcons_kern.c
59
static struct
rconsole
*mydevicep; /* XXX */
111
rcons_bell(struct
rconsole
*rc)
141
struct
rconsole
*rc = p;
163
rcons_init(struct
rconsole
*rc, int clear)
183
struct
rconsole
*rc = mydevicep;
rcons_subr.c
57
extern void rcons_bell(struct
rconsole
*);
68
rcons_init_ops(struct
rconsole
*rc)
105
rcons_puts(struct
rconsole
*rc, const unsigned char *str, int n)
175
rcons_pctrl(struct
rconsole
*rc, int c)
218
rcons_esc(struct
rconsole
*rc, int c)
262
rcons_sgresc(struct
rconsole
*rc, int c)
309
rcons_doesc(struct
rconsole
*rc, int c)
478
rcons_setcolor(struct
rconsole
*rc, int fg, int bg)
515
rcons_text(struct
rconsole
*rc, const unsigned char *str, int n)
536
rcons_cursor(struct
rconsole
*rc
[
all
...]
Completed in 62 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025