OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kbd_sun_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/sun/
kbdsunvar.h
71
struct
kbd_sun_softc
{
struct
94
void (*k_write_data)(struct
kbd_sun_softc
*, int);
142
extern int kbd_sun_input(struct
kbd_sun_softc
*k, int);
143
extern void kbd_sun_output(struct
kbd_sun_softc
*k, int c);
144
extern void kbd_sun_start_tx(struct
kbd_sun_softc
*k);
kbdsun.c
93
static int kbd_sun_drain_tx(struct
kbd_sun_softc
*);
96
static void kbd_sun_was_reset(struct
kbd_sun_softc
*);
97
static void kbd_sun_new_layout(struct
kbd_sun_softc
*);
112
struct
kbd_sun_softc
*k = (struct
kbd_sun_softc
*)kbd;
207
struct
kbd_sun_softc
*k = (struct
kbd_sun_softc
*)kbd;
256
struct
kbd_sun_softc
*k = (struct
kbd_sun_softc
*)kbd;
282
struct
kbd_sun_softc
*k = (struct kbd_sun_softc *)kbd
[
all
...]
kbd_zs.c
101
static void kbd_zs_write_data(struct
kbd_sun_softc
*, int);
103
CFATTACH_DECL_NEW(kbd_zs, sizeof(struct
kbd_sun_softc
),
127
struct
kbd_sun_softc
*k = device_private(self);
198
kbd_zs_write_data(struct
kbd_sun_softc
*k, int c)
211
struct
kbd_sun_softc
*k;
275
struct
kbd_sun_softc
*k;
288
struct
kbd_sun_softc
*k;
326
struct
kbd_sun_softc
*k;
sunkbd.c
85
static void sunkbd_write_data(struct
kbd_sun_softc
*, int);
98
CFATTACH_DECL_NEW(kbd_tty, sizeof(struct
kbd_sun_softc
),
132
struct
kbd_sun_softc
*k = device_private(self);
214
struct
kbd_sun_softc
*k = device_private(dev);
243
struct
kbd_sun_softc
*k = tp->t_sc;
285
struct
kbd_sun_softc
*k = tp->t_sc;
300
sunkbd_write_data(struct
kbd_sun_softc
*k, int c)
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025