OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stic_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tc/
sticvar.h
63
struct
stic_info
*ss_si;
74
struct
stic_info
{
struct
84
u_int32_t *(*si_pbuf_get)(struct
stic_info
*);
85
int (*si_pbuf_post)(struct
stic_info
*, u_int32_t *);
86
int (*si_ioctl)(struct
stic_info
*, u_long, void *, int,
126
void stic_init(struct
stic_info
*);
127
void stic_attach(device_t, struct
stic_info
*, int);
128
void stic_cnattach(struct
stic_info
*);
129
void stic_reset(struct
stic_info
*);
130
void stic_flush(struct
stic_info
*);
[
all
...]
stic.c
132
static void stic_setup_backing(struct
stic_info
*, struct stic_screen *);
133
static void stic_setup_vdac(struct
stic_info
*);
134
static void stic_clear_screen(struct
stic_info
*);
136
static int stic_get_cmap(struct
stic_info
*, struct wsdisplay_cmap *);
137
static int stic_set_cmap(struct
stic_info
*, struct wsdisplay_cmap *);
138
static int stic_set_cursor(struct
stic_info
*, struct wsdisplay_cursor *);
139
static int stic_get_cursor(struct
stic_info
*, struct wsdisplay_cursor *);
140
static void stic_set_curpos(struct
stic_info
*, struct wsdisplay_curpos *);
141
static void stic_set_hwcurpos(struct
stic_info
*);
270
struct
stic_info
stic_consinfo
272
static struct
stic_info
*
stic_info
[STIC_MAXDV];
variable in typeref:struct:stic_info * []
[
all
...]
Completed in 103 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025