Symbol: dcons_softc
sys/dev/dcons/dcons.c
113
dcons_putc(struct dcons_softc *dc, int c)
sys/dev/dcons/dcons.c
130
struct dcons_softc *sc)
sys/dev/dcons/dcons.c
133
struct dcons_softc *dc;
sys/dev/dcons/dcons.c
159
dcons_load_buffer(struct dcons_buf *buf, int size, struct dcons_softc *sc)
sys/dev/dcons/dcons.c
162
struct dcons_softc *dc;
sys/dev/dcons/dcons.c
195
dcons_init(struct dcons_buf *buf, int size, struct dcons_softc *sc)
sys/dev/dcons/dcons.c
49
dcons_ischar(struct dcons_softc *dc)
sys/dev/dcons/dcons.c
77
dcons_checkc(struct dcons_softc *dc)
sys/dev/dcons/dcons.h
105
int dcons_checkc(struct dcons_softc *);
sys/dev/dcons/dcons.h
106
int dcons_ischar(struct dcons_softc *);
sys/dev/dcons/dcons.h
107
void dcons_putc(struct dcons_softc *, int);
sys/dev/dcons/dcons.h
108
int dcons_load_buffer(struct dcons_buf *, int, struct dcons_softc *);
sys/dev/dcons/dcons.h
109
void dcons_init(struct dcons_buf *, int, struct dcons_softc *);
sys/dev/dcons/dcons_os.c
101
static struct dcons_softc sc[DCONS_NPORT];
sys/dev/dcons/dcons_os.c
151
dcons_check_break(struct dcons_softc *dc, int c)
sys/dev/dcons/dcons_os.c
171
dcons_os_checkc_nopoll(struct dcons_softc *dc)
sys/dev/dcons/dcons_os.c
187
dcons_os_checkc(struct dcons_softc *dc)
sys/dev/dcons/dcons_os.c
194
dcons_os_putc(struct dcons_softc *dc, int c)
sys/dev/dcons/dcons_os.c
216
struct dcons_softc *dc;
sys/dev/dcons/dcons_os.c
229
struct dcons_softc *dc;
sys/dev/dcons/dcons_os.c
287
struct dcons_softc *dc = (struct dcons_softc *)cp->cn_arg;
sys/dev/dcons/dcons_os.c
294
struct dcons_softc *dc = (struct dcons_softc *)cp->cn_arg;
sys/dev/dcons/dcons_os.c
378
struct dcons_softc *dc;
sys/dev/dcons/dcons_os.c
407
struct dcons_softc *dc;
sys/dev/dcons/dcons_os.c
468
dcons_os_getc(struct dcons_softc *dc)
sys/dev/dcons/dcons_os.c
500
struct dcons_softc *dc = &sc[DCONS_GDB];
sys/dev/dcons/dcons_os.c
507
struct dcons_softc *dc = &sc[DCONS_GDB];