Symbol: zs_chanstate
sys/arch/alpha/include/z8530var.h
109
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/alpha/include/z8530var.h
110
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/alpha/include/z8530var.h
111
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/alpha/include/z8530var.h
113
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/alpha/include/z8530var.h
114
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/alpha/include/z8530var.h
115
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/arch/alpha/include/z8530var.h
95
struct zs_chanstate *zsc_cs[2]; /* channel soft state */
sys/arch/macppc/dev/zs.c
104
int zs_get_speed(struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
1046
zs_abort(struct zs_chanstate *channel)
sys/arch/macppc/dev/zs.c
146
int zs_enable (struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
147
void zs_disable (struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
194
struct zs_chanstate *cs;
sys/arch/macppc/dev/zs.c
383
zsmdioctl(struct zs_chanstate *cs, u_long cmd, caddr_t data)
sys/arch/macppc/dev/zs.c
393
zsmd_setclock(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
473
struct zs_chanstate *cs;
sys/arch/macppc/dev/zs.c
494
zs_dma_setup(struct zs_chanstate *cs, caddr_t pa, int len)
sys/arch/macppc/dev/zs.c
520
zs_get_speed(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
547
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/macppc/dev/zs.c
686
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/macppc/dev/zs.c
773
zs_read_reg(struct zs_chanstate *cs, u_char reg)
sys/arch/macppc/dev/zs.c
785
zs_write_reg(struct zs_chanstate *cs, u_char reg, u_char val)
sys/arch/macppc/dev/zs.c
794
zs_read_csr(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
806
zs_write_csr(struct zs_chanstate *cs, u_char val)
sys/arch/macppc/dev/zs.c
814
zs_read_data(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
824
zs_write_data(struct zs_chanstate *cs, u_char val)
sys/arch/macppc/dev/zs.c
838
zs_enable(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
846
zs_disable(struct zs_chanstate *cs)
sys/arch/macppc/include/z8530var.h
117
u_char zs_read_reg(struct zs_chanstate *cs, u_char reg);
sys/arch/macppc/include/z8530var.h
118
u_char zs_read_csr(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
119
u_char zs_read_data(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
121
void zs_write_reg(struct zs_chanstate *cs, u_char reg, u_char val);
sys/arch/macppc/include/z8530var.h
122
void zs_write_csr(struct zs_chanstate *cs, u_char val);
sys/arch/macppc/include/z8530var.h
123
void zs_write_data(struct zs_chanstate *cs, u_char val);
sys/arch/macppc/include/z8530var.h
129
int zsmdioctl(struct zs_chanstate *cs, u_long cmd, caddr_t data);
sys/arch/macppc/include/z8530var.h
136
void zsmd_setclock(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
81
struct zs_chanstate xzs_cs;
sys/arch/macppc/include/z8530var.h
96
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sparc64/dev/cons.h
37
struct zs_chanstate;
sys/arch/sparc64/dev/z8530kbd.c
149
struct zs_chanstate *zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
215
static void zskbd_rxint(struct zs_chanstate *);
sys/arch/sparc64/dev/z8530kbd.c
216
static void zskbd_stint(struct zs_chanstate *, int);
sys/arch/sparc64/dev/z8530kbd.c
217
static void zskbd_txint(struct zs_chanstate *);
sys/arch/sparc64/dev/z8530kbd.c
218
static void zskbd_softint(struct zs_chanstate *);
sys/arch/sparc64/dev/z8530kbd.c
274
struct zs_chanstate *cs;
sys/arch/sparc64/dev/z8530kbd.c
405
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
592
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
632
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
658
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
685
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
714
zskbd_rxint(struct zs_chanstate *cs)
sys/arch/sparc64/dev/z8530kbd.c
789
zskbd_txint(struct zs_chanstate *cs)
sys/arch/sparc64/dev/z8530kbd.c
829
zskbd_stint(struct zs_chanstate *cs, int force)
sys/arch/sparc64/dev/z8530kbd.c
890
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
967
struct zs_chanstate *cs = zst->zst_cs;
sys/arch/sparc64/dev/z8530kbd.c
999
zskbd_softint(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
160
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sparc64/dev/zs.c
295
struct zs_chanstate *cs;
sys/arch/sparc64/dev/zs.c
472
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
485
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/sparc64/dev/zs.c
516
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/sparc64/dev/zs.c
566
zs_read_reg(struct zs_chanstate *cs, u_char reg)
sys/arch/sparc64/dev/zs.c
578
zs_write_reg(struct zs_chanstate *cs, u_char reg, u_char val)
sys/arch/sparc64/dev/zs.c
587
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
597
zs_write_csr(struct zs_chanstate *cs, u_char val)
sys/arch/sparc64/dev/zs.c
604
zs_read_data(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
614
zs_write_data(struct zs_chanstate *cs, u_char val)
sys/arch/sparc64/dev/zs.c
631
zs_abort(struct zs_chanstate *cs)
sys/arch/sparc64/include/z8530var.h
51
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sparc64/include/z8530var.h
57
struct zs_chanstate zsc_cs_store[2];
sys/arch/sparc64/include/z8530var.h
66
u_char zs_read_reg(struct zs_chanstate *cs, u_char reg);
sys/arch/sparc64/include/z8530var.h
67
u_char zs_read_csr(struct zs_chanstate *cs);
sys/arch/sparc64/include/z8530var.h
68
u_char zs_read_data(struct zs_chanstate *cs);
sys/arch/sparc64/include/z8530var.h
70
void zs_write_reg(struct zs_chanstate *cs, u_char reg, u_char val);
sys/arch/sparc64/include/z8530var.h
71
void zs_write_csr(struct zs_chanstate *cs, u_char val);
sys/arch/sparc64/include/z8530var.h
72
void zs_write_data(struct zs_chanstate *cs, u_char val);
sys/dev/ic/z8530sc.c
109
zs_break(struct zs_chanstate *cs, int set)
sys/dev/ic/z8530sc.c
127
zs_iflush(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
164
zs_loadchannelregs(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
288
struct zs_chanstate *cs0, *cs1;
sys/dev/ic/z8530sc.c
347
struct zs_chanstate *cs;
sys/dev/ic/z8530sc.c
372
static void zsnull_rxint (struct zs_chanstate *);
sys/dev/ic/z8530sc.c
373
static void zsnull_stint (struct zs_chanstate *, int);
sys/dev/ic/z8530sc.c
374
static void zsnull_txint (struct zs_chanstate *);
sys/dev/ic/z8530sc.c
375
static void zsnull_softint(struct zs_chanstate *);
sys/dev/ic/z8530sc.c
378
zsnull_rxint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
386
zsnull_stint(struct zs_chanstate *cs, int force)
sys/dev/ic/z8530sc.c
394
zsnull_txint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
402
zsnull_softint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.h
119
struct zs_chanstate *cs_ctl_chan;
sys/dev/ic/z8530sc.h
122
int (*enable)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
123
void (*disable)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
151
void zs_abort(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
152
void zs_break(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
153
void zs_iflush(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
154
void zs_loadchannelregs(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
155
int zs_set_speed(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
156
int zs_set_modes(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
49
struct zs_chanstate;
sys/dev/ic/z8530sc.h
51
void (*zsop_rxint)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
53
void (*zsop_stint)(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
55
void (*zsop_txint)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
57
void (*zsop_softint)(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
1070
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1097
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1126
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1169
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1200
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1234
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1266
zstty_rxint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1342
zstty_txint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1391
zstty_stint(struct zs_chanstate *cs, int force)
sys/dev/ic/z8530tty.c
1459
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
150
struct zs_chanstate *zst_cs;
sys/dev/ic/z8530tty.c
1572
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1613
zstty_softint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
223
void zstty_rxint(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
224
void zstty_stint(struct zs_chanstate *, int);
sys/dev/ic/z8530tty.c
225
void zstty_txint(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
226
void zstty_softint(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
265
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
409
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
461
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
689
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
741
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
821
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
893
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/sun/z8530ms.c
104
struct zs_chanstate *sc_cs;
sys/dev/sun/z8530ms.c
153
void zsms_rxint(struct zs_chanstate *);
sys/dev/sun/z8530ms.c
154
void zsms_softint(struct zs_chanstate *);
sys/dev/sun/z8530ms.c
155
void zsms_stint(struct zs_chanstate *, int);
sys/dev/sun/z8530ms.c
156
void zsms_txint(struct zs_chanstate *);
sys/dev/sun/z8530ms.c
201
struct zs_chanstate *cs;
sys/dev/sun/z8530ms.c
237
struct zs_chanstate *cs = sc->sc_cs;
sys/dev/sun/z8530ms.c
251
struct zs_chanstate *cs = sc->sc_cs;
sys/dev/sun/z8530ms.c
268
zsms_rxint(struct zs_chanstate *cs)
sys/dev/sun/z8530ms.c
319
zsms_txint(struct zs_chanstate *cs)
sys/dev/sun/z8530ms.c
334
zsms_stint(struct zs_chanstate *cs, int force)
sys/dev/sun/z8530ms.c
377
zsms_softint(struct zs_chanstate *cs)
sys/dev/sun/z8530ms.c
442
struct zs_chanstate *cs = sc->sc_cs;
sys/dev/tc/zs_ioasic.c
100
static struct zs_chanstate zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasic.c
103
static void zs_putc(struct zs_chanstate *, int);
sys/dev/tc/zs_ioasic.c
228
struct zs_chanstate *cs;
sys/dev/tc/zs_ioasic.c
248
cs = malloc(sizeof(struct zs_chanstate),
sys/dev/tc/zs_ioasic.c
436
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/dev/tc/zs_ioasic.c
469
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/dev/tc/zs_ioasic.c
532
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/dev/tc/zs_ioasic.c
547
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/dev/tc/zs_ioasic.c
560
zs_read_csr(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
572
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/dev/tc/zs_ioasic.c
582
zs_read_data(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
594
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/dev/tc/zs_ioasic.c
611
zs_abort(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
632
zs_getc(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
657
zs_putc(struct zs_chanstate *cs, int c)
sys/dev/tc/zs_ioasic.c
687
struct zs_chanstate *cs;
sys/dev/tc/zs_ioasic.c
755
struct zs_chanstate *cs = &zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasic.c
777
struct zs_chanstate *cs = &zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasicvar.h
43
extern int zskbd_cnattach(struct zs_chanstate *);
sys/dev/tc/zs_ioasicvar.h
44
extern int zs_getc(struct zs_chanstate *);