Symbol: zs_chanstate
sys/arch/alpha/include/z8530var.h
108
u_int zs_read_reg(struct zs_chanstate *cs, u_int reg);
sys/arch/alpha/include/z8530var.h
109
u_int zs_read_csr(struct zs_chanstate *cs);
sys/arch/alpha/include/z8530var.h
110
u_int zs_read_data(struct zs_chanstate *cs);
sys/arch/alpha/include/z8530var.h
112
void zs_write_reg(struct zs_chanstate *cs, u_int reg, u_int val);
sys/arch/alpha/include/z8530var.h
113
void zs_write_csr(struct zs_chanstate *cs, u_int val);
sys/arch/alpha/include/z8530var.h
114
void zs_write_data(struct zs_chanstate *cs, u_int val);
sys/arch/alpha/include/z8530var.h
94
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/atari/dev/zs.c
1033
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
1051
zs_shutdown(struct zs_chanstate *cs)
sys/arch/atari/dev/zs.c
1092
struct zs_chanstate *cs = sc->sc_cs[unit & 1];
sys/arch/atari/dev/zs.c
126
struct zs_chanstate *sc_cs[2]; /* chan A and B software state */
sys/arch/atari/dev/zs.c
1273
zs_modem(struct zs_chanstate *cs, int bits, int how)
sys/arch/atari/dev/zs.c
128
struct zs_chanstate sc_cs_store[2];
sys/arch/atari/dev/zs.c
258
static int zsrint(struct zs_chanstate *, struct zschan *);
sys/arch/atari/dev/zs.c
259
static int zsxint(struct zs_chanstate *, struct zschan *);
sys/arch/atari/dev/zs.c
260
static int zssint(struct zs_chanstate *, struct zschan *);
sys/arch/atari/dev/zs.c
269
static int zs_modem(struct zs_chanstate *, int, int);
sys/arch/atari/dev/zs.c
271
static void zs_shutdown(struct zs_chanstate *);
sys/arch/atari/dev/zs.c
293
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
393
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
489
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
518
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
534
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
550
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
566
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
592
struct zs_chanstate *cs0, *cs1;
sys/arch/atari/dev/zs.c
656
zsrint(struct zs_chanstate *cs, struct zschan *zc)
sys/arch/atari/dev/zs.c
675
zsxint(struct zs_chanstate *cs, struct zschan *zc)
sys/arch/atari/dev/zs.c
691
zssint(struct zs_chanstate *cs, struct zschan *zc)
sys/arch/atari/dev/zs.c
742
struct zs_chanstate *cs;
sys/arch/atari/dev/zs.c
862
struct zs_chanstate *cs = sc->sc_cs[unit & 1];
sys/arch/atari/dev/zs.c
980
struct zs_chanstate *cs;
sys/arch/cesfic/cesfic/machdep.c
144
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/cesfic/dev/zs.c
106
struct zs_chanstate *cs;
sys/arch/cesfic/dev/zs.c
214
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/cesfic/dev/zs.c
226
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/cesfic/dev/zs.c
235
zs_read_csr(struct zs_chanstate *cs)
sys/arch/cesfic/dev/zs.c
245
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/cesfic/dev/zs.c
253
zs_read_data(struct zs_chanstate *cs)
sys/arch/cesfic/dev/zs.c
263
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/cesfic/dev/zs.c
271
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/cesfic/dev/zs.c
294
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/cesfic/dev/zs.c
337
zs_abort(struct zs_chanstate *cs)
sys/arch/cesfic/dev/zs.c
358
struct zs_chanstate *cs = arg;
sys/arch/cesfic/dev/zs.c
391
struct zs_chanstate *cs = arg;
sys/arch/cesfic/dev/zs.c
410
struct zs_chanstate *cs = &zs_conschan_store;
sys/arch/cesfic/dev/zs.c
420
struct zs_chanstate *cs = &zs_conschan_store;
sys/arch/cesfic/dev/zs.c
431
struct zs_chanstate *cs;
sys/arch/cesfic/dev/zs.c
70
static struct zs_chanstate zs_conschan_store;
sys/arch/cesfic/include/z8530var.h
12
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/cesfic/include/z8530var.h
13
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/cesfic/include/z8530var.h
14
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/cesfic/include/z8530var.h
16
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/cesfic/include/z8530var.h
17
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/cesfic/include/z8530var.h
18
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/cesfic/include/z8530var.h
7
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/cobalt/dev/zs.c
102
static struct zs_chanstate zs_conschan_store;
sys/arch/cobalt/dev/zs.c
103
static struct zs_chanstate *zs_conschan;
sys/arch/cobalt/dev/zs.c
162
struct zs_chanstate *cs;
sys/arch/cobalt/dev/zs.c
184
memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
sys/arch/cobalt/dev/zs.c
297
zs_get_speed(struct zs_chanstate *cs)
sys/arch/cobalt/dev/zs.c
311
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/cobalt/dev/zs.c
342
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/cobalt/dev/zs.c
386
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/cobalt/dev/zs.c
398
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/cobalt/dev/zs.c
408
zs_read_csr(struct zs_chanstate *cs)
sys/arch/cobalt/dev/zs.c
418
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/cobalt/dev/zs.c
426
zs_read_data(struct zs_chanstate *cs)
sys/arch/cobalt/dev/zs.c
436
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/cobalt/dev/zs.c
444
zs_abort(struct zs_chanstate *cs)
sys/arch/cobalt/dev/zs.c
458
struct zs_chanstate *cs = arg;
sys/arch/cobalt/dev/zs.c
482
struct zs_chanstate *cs = arg;
sys/arch/cobalt/dev/zs.c
509
struct zs_chanstate *cs;
sys/arch/cobalt/dev/zs.c
96
static int zs_get_speed(struct zs_chanstate *);
sys/arch/cobalt/include/z8530var.h
104
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/cobalt/include/z8530var.h
105
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/cobalt/include/z8530var.h
106
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/cobalt/include/z8530var.h
108
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/cobalt/include/z8530var.h
109
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/cobalt/include/z8530var.h
110
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/cobalt/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/cobalt/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/ews4800mips/dev/ewskbd.c
133
static int ewskbd_zsc_init(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewskbd.c
134
static void ewskbd_zsc_rxint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewskbd.c
135
static void ewskbd_zsc_stint(struct zs_chanstate *, int);
sys/arch/ews4800mips/dev/ewskbd.c
136
static void ewskbd_zsc_txint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewskbd.c
137
static void ewskbd_zsc_softint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewskbd.c
138
static void ewskbd_zsc_send(struct zs_chanstate *, uint8_t *, u_int);
sys/arch/ews4800mips/dev/ewskbd.c
140
static void ewskbd_wskbd_input(struct zs_chanstate *, u_char);
sys/arch/ews4800mips/dev/ewskbd.c
179
static struct zs_chanstate conschan;
sys/arch/ews4800mips/dev/ewskbd.c
202
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewskbd.c
258
ewskbd_zsc_init(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewskbd.c
293
ewskbd_zsc_rxint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewskbd.c
317
ewskbd_zsc_stint(struct zs_chanstate *cs, int force)
sys/arch/ews4800mips/dev/ewskbd.c
325
ewskbd_zsc_txint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewskbd.c
336
ewskbd_zsc_softint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewskbd.c
376
ewskbd_zsc_send(struct zs_chanstate *cs, uint8_t *c, u_int len)
sys/arch/ews4800mips/dev/ewskbd.c
402
ewskbd_wskbd_input(struct zs_chanstate *cs, uint8_t key)
sys/arch/ews4800mips/dev/ewskbd.c
426
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewskbd.c
448
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewskbd.c
472
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewskbd.c
536
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewsms.c
108
static int ewsms_zsc_reset(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewsms.c
109
static void ewsms_zsc_rxint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewsms.c
110
static void ewsms_zsc_txint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewsms.c
111
static void ewsms_zsc_stint(struct zs_chanstate *, int);
sys/arch/ews4800mips/dev/ewsms.c
112
static void ewsms_zsc_softint(struct zs_chanstate *);
sys/arch/ews4800mips/dev/ewsms.c
156
struct zs_chanstate *cs;
sys/arch/ews4800mips/dev/ewsms.c
191
ewsms_zsc_reset(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewsms.c
219
ewsms_zsc_rxint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewsms.c
240
ewsms_zsc_txint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/ewsms.c
250
ewsms_zsc_stint(struct zs_chanstate *cs, int force)
sys/arch/ews4800mips/dev/ewsms.c
258
ewsms_zsc_softint(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/zs.c
112
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/ews4800mips/dev/zs.c
143
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/ews4800mips/dev/zs.c
185
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/ews4800mips/dev/zs.c
197
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/ews4800mips/dev/zs.c
207
zs_read_csr(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/zs.c
217
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/ews4800mips/dev/zs.c
225
zs_read_data(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/zs.c
235
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/ews4800mips/dev/zs.c
242
zs_abort(struct zs_chanstate *cs)
sys/arch/ews4800mips/dev/zs.c
256
struct zs_chanstate *cs = arg;
sys/arch/ews4800mips/dev/zs.c
284
struct zs_chanstate *cs = arg;
sys/arch/ews4800mips/dev/zs.c
56
static struct zs_chanstate zs_conscs_store;
sys/arch/ews4800mips/dev/zs.c
57
struct zs_chanstate *zs_conscs = &zs_conscs_store;
sys/arch/ews4800mips/dev/zs.c
99
zs_get_speed(struct zs_chanstate *cs)
sys/arch/ews4800mips/include/z8530var.h
101
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/ews4800mips/include/z8530var.h
102
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/ews4800mips/include/z8530var.h
103
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/ews4800mips/include/z8530var.h
107
int zs_get_speed(struct zs_chanstate *);
sys/arch/ews4800mips/include/z8530var.h
117
extern struct zs_chanstate *zs_conscs;
sys/arch/ews4800mips/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/ews4800mips/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/ews4800mips/include/z8530var.h
97
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/ews4800mips/include/z8530var.h
98
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/ews4800mips/include/z8530var.h
99
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/ews4800mips/sbd/zs_sbdio.c
114
struct zs_chanstate *cs;
sys/arch/ews4800mips/sbd/zs_sbdio.c
143
memcpy(cs, zs_conscs, sizeof(struct zs_chanstate));
sys/arch/ews4800mips/sbd/zs_sbdio.c
236
struct zs_chanstate *cs;
sys/arch/mac68k/dev/zs.c
1022
zs_abort(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs.c
242
struct zs_chanstate *cs;
sys/arch/mac68k/dev/zs.c
416
zsmdioctl(struct zs_chanstate *cs, u_long cmd, void *data)
sys/arch/mac68k/dev/zs.c
426
zsmd_setclock(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs.c
501
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/mac68k/dev/zs.c
640
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/mac68k/dev/zs.c
734
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/mac68k/dev/zs.c
746
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/mac68k/dev/zs.c
755
zs_read_csr(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs.c
767
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/mac68k/dev/zs.c
775
zs_read_data(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs.c
785
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/mac68k/dev/zs.c
817
struct zs_chanstate *cs;
sys/arch/mac68k/dev/zs_kgdb.c
111
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/mac68k/dev/zs_kgdb.c
140
struct zs_chanstate cs;
sys/arch/mac68k/dev/zs_kgdb.c
186
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/mac68k/dev/zs_kgdb.c
209
zskgdb(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs_kgdb.c
223
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/mac68k/dev/zs_kgdb.c
224
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/mac68k/dev/zs_kgdb.c
225
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/mac68k/dev/zs_kgdb.c
226
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/mac68k/dev/zs_kgdb.c
231
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs_kgdb.c
255
zs_kgdb_txint(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs_kgdb.c
261
zs_kgdb_stint(struct zs_chanstate *cs, int force)
sys/arch/mac68k/dev/zs_kgdb.c
278
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/mac68k/dev/zs_kgdb.c
83
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/mac68k/dev/zs_kgdb.c
84
static void zskgdb(struct zs_chanstate *);
sys/arch/mac68k/include/z8530var.h
121
struct zs_chanstate xzs_cs;
sys/arch/mac68k/include/z8530var.h
136
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/mac68k/include/z8530var.h
154
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/mac68k/include/z8530var.h
155
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/mac68k/include/z8530var.h
156
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/mac68k/include/z8530var.h
158
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/mac68k/include/z8530var.h
159
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/mac68k/include/z8530var.h
160
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/arch/mac68k/include/z8530var.h
166
int zsmdioctl(struct zs_chanstate *, u_long, void *);
sys/arch/mac68k/include/z8530var.h
171
void zsmd_setclock (struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
126
static int zs_get_speed(struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
226
struct zs_chanstate *cs;
sys/arch/macppc/dev/zs.c
450
zsmdioctl(struct zs_chanstate *cs, u_long cmd, void *data)
sys/arch/macppc/dev/zs.c
460
zsmd_setclock(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
496
struct zs_chanstate *cs;
sys/arch/macppc/dev/zs.c
512
zs_dma_setup(struct zs_chanstate *cs, void *pa, int len)
sys/arch/macppc/dev/zs.c
538
zs_get_speed(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
565
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/macppc/dev/zs.c
704
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/macppc/dev/zs.c
789
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/macppc/dev/zs.c
801
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/macppc/dev/zs.c
810
zs_read_csr(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
822
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/macppc/dev/zs.c
830
zs_read_data(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs.c
840
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/macppc/dev/zs.c
965
zs_abort(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs_kgdb.c
122
struct zs_chanstate cs;
sys/arch/macppc/dev/zs_kgdb.c
184
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/macppc/dev/zs_kgdb.c
207
zskgdb(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs_kgdb.c
221
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/macppc/dev/zs_kgdb.c
222
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/macppc/dev/zs_kgdb.c
223
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/macppc/dev/zs_kgdb.c
224
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/macppc/dev/zs_kgdb.c
229
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs_kgdb.c
253
zs_kgdb_txint(register struct zs_chanstate *cs)
sys/arch/macppc/dev/zs_kgdb.c
259
zs_kgdb_stint(register struct zs_chanstate *cs, int force)
sys/arch/macppc/dev/zs_kgdb.c
276
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/macppc/dev/zs_kgdb.c
60
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/macppc/dev/zs_kgdb.c
61
static void zskgdb(struct zs_chanstate *);
sys/arch/macppc/dev/zs_kgdb.c
88
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/macppc/include/z8530var.h
122
struct zs_chanstate xzs_cs;
sys/arch/macppc/include/z8530var.h
137
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/macppc/include/z8530var.h
158
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/macppc/include/z8530var.h
159
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
160
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
162
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg,uint8_t val);
sys/arch/macppc/include/z8530var.h
163
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/macppc/include/z8530var.h
164
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/macppc/include/z8530var.h
171
int zsmdioctl(struct zs_chanstate *cs, u_long cmd, void *data);
sys/arch/macppc/include/z8530var.h
176
void zsmd_setclock(struct zs_chanstate *cs);
sys/arch/macppc/include/z8530var.h
194
void zs_dma_setup(struct zs_chanstate *, void *, int);
sys/arch/mipsco/include/z8530var.h
111
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/mipsco/include/z8530var.h
112
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/mipsco/include/z8530var.h
113
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/mipsco/include/z8530var.h
115
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/mipsco/include/z8530var.h
116
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/mipsco/include/z8530var.h
117
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/mipsco/include/z8530var.h
125
void zskgdb(struct zs_chanstate *);
sys/arch/mipsco/include/z8530var.h
90
struct zs_chanstate cs_zscs; /* Required: soft state */
sys/arch/mipsco/include/z8530var.h
97
struct zs_chanstate *zsc_cs[2]; /* channel soft state */
sys/arch/mipsco/obio/zs.c
163
static int zs_get_speed(struct zs_chanstate *);
sys/arch/mipsco/obio/zs.c
200
struct zs_chanstate *cs;
sys/arch/mipsco/obio/zs.c
224
cs = zsc->zsc_cs[channel] = (struct zs_chanstate *)ch;
sys/arch/mipsco/obio/zs.c
382
zs_get_speed(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs.c
395
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/mipsco/obio/zs.c
437
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/mipsco/obio/zs.c
481
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/mipsco/obio/zs.c
494
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/mipsco/obio/zs.c
505
zs_read_csr(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs.c
516
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/mipsco/obio/zs.c
525
zs_read_data(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs.c
536
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/mipsco/obio/zs.c
545
zs_abort(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs_kgdb.c
100
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/mipsco/obio/zs_kgdb.c
156
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/mipsco/obio/zs_kgdb.c
179
zskgdb(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs_kgdb.c
193
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/mipsco/obio/zs_kgdb.c
194
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/mipsco/obio/zs_kgdb.c
195
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/mipsco/obio/zs_kgdb.c
196
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/mipsco/obio/zs_kgdb.c
208
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs_kgdb.c
232
zs_kgdb_txint(register struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs_kgdb.c
238
zs_kgdb_stint(register struct zs_chanstate *cs, int force)
sys/arch/mipsco/obio/zs_kgdb.c
255
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/mipsco/obio/zs_kgdb.c
71
void zskgdb(struct zs_chanstate *cs);
sys/arch/mipsco/obio/zs_kgdb.c
73
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/mvme68k/dev/zs.c
120
static int zs_get_speed(struct zs_chanstate *);
sys/arch/mvme68k/dev/zs.c
134
struct zs_chanstate *cs;
sys/arch/mvme68k/dev/zs.c
154
memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
sys/arch/mvme68k/dev/zs.c
288
zs_get_speed(struct zs_chanstate *cs)
sys/arch/mvme68k/dev/zs.c
302
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/mvme68k/dev/zs.c
333
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/mvme68k/dev/zs.c
377
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/mvme68k/dev/zs.c
389
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/mvme68k/dev/zs.c
399
zs_read_csr(struct zs_chanstate *cs)
sys/arch/mvme68k/dev/zs.c
409
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/mvme68k/dev/zs.c
417
zs_read_data(struct zs_chanstate *cs)
sys/arch/mvme68k/dev/zs.c
427
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/mvme68k/dev/zs.c
444
struct zs_chanstate *cs = arg;
sys/arch/mvme68k/dev/zs.c
476
struct zs_chanstate *cs = arg;
sys/arch/mvme68k/dev/zs.c
497
struct zs_chanstate *cs;
sys/arch/mvme68k/dev/zs.c
546
struct zs_chanstate *cs = zs_conschan;
sys/arch/mvme68k/dev/zs.c
559
struct zs_chanstate *cs = zs_conschan;
sys/arch/mvme68k/dev/zs.c
568
zs_abort(struct zs_chanstate *cs)
sys/arch/mvme68k/dev/zs.c
87
static struct zs_chanstate zs_conschan_store;
sys/arch/mvme68k/dev/zs.c
88
static struct zs_chanstate *zs_conschan;
sys/arch/mvme68k/include/z8530var.h
105
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/mvme68k/include/z8530var.h
106
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/mvme68k/include/z8530var.h
107
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/mvme68k/include/z8530var.h
109
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/mvme68k/include/z8530var.h
110
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/mvme68k/include/z8530var.h
111
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/mvme68k/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/mvme68k/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/news68k/dev/zs.c
112
static struct zs_chanstate zs_conschan_store;
sys/arch/news68k/dev/zs.c
113
static struct zs_chanstate *zs_conschan;
sys/arch/news68k/dev/zs.c
150
static int zs_get_speed(struct zs_chanstate *);
sys/arch/news68k/dev/zs.c
189
struct zs_chanstate *cs;
sys/arch/news68k/dev/zs.c
216
memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
sys/arch/news68k/dev/zs.c
328
zs_get_speed(struct zs_chanstate *cs)
sys/arch/news68k/dev/zs.c
342
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/news68k/dev/zs.c
373
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/news68k/dev/zs.c
417
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/news68k/dev/zs.c
429
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/news68k/dev/zs.c
439
zs_read_csr(struct zs_chanstate *cs)
sys/arch/news68k/dev/zs.c
449
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/news68k/dev/zs.c
457
zs_read_data(struct zs_chanstate *cs)
sys/arch/news68k/dev/zs.c
467
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/news68k/dev/zs.c
475
zs_abort(struct zs_chanstate *cs)
sys/arch/news68k/dev/zs.c
489
struct zs_chanstate *cs = arg;
sys/arch/news68k/dev/zs.c
512
struct zs_chanstate *cs = arg;
sys/arch/news68k/dev/zs.c
555
struct zs_chanstate *cs;
sys/arch/news68k/include/z8530var.h
104
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/news68k/include/z8530var.h
105
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/news68k/include/z8530var.h
106
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/news68k/include/z8530var.h
108
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/news68k/include/z8530var.h
109
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/news68k/include/z8530var.h
110
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/news68k/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/news68k/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/newsmips/apbus/zs_ap.c
145
static struct zs_chanstate zs_ap_conschan_store;
sys/arch/newsmips/apbus/zs_ap.c
146
static struct zs_chanstate *zs_ap_conschan;
sys/arch/newsmips/apbus/zs_ap.c
252
struct zs_chanstate *cs;
sys/arch/newsmips/apbus/zs_ap.c
351
memcpy(cs, zs_ap_conschan, sizeof(struct zs_chanstate));
sys/arch/newsmips/apbus/zs_ap.c
540
struct zs_chanstate *cs;
sys/arch/newsmips/dev/zs.c
106
zs_get_speed(struct zs_chanstate *cs)
sys/arch/newsmips/dev/zs.c
119
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/newsmips/dev/zs.c
150
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/newsmips/dev/zs.c
193
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/newsmips/dev/zs.c
205
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/newsmips/dev/zs.c
215
zs_read_csr(struct zs_chanstate *cs)
sys/arch/newsmips/dev/zs.c
225
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/newsmips/dev/zs.c
233
zs_read_data(struct zs_chanstate *cs)
sys/arch/newsmips/dev/zs.c
243
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/newsmips/dev/zs.c
251
zs_abort(struct zs_chanstate *cs)
sys/arch/newsmips/dev/zs_hb.c
199
struct zs_chanstate *cs;
sys/arch/newsmips/include/z8530var.h
104
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/newsmips/include/z8530var.h
105
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/newsmips/include/z8530var.h
106
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/newsmips/include/z8530var.h
108
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/newsmips/include/z8530var.h
109
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/newsmips/include/z8530var.h
110
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/newsmips/include/z8530var.h
114
int zs_get_speed(struct zs_chanstate *);
sys/arch/newsmips/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/newsmips/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/next68k/dev/zs.c
173
static int zs_get_speed(struct zs_chanstate *);
sys/arch/next68k/dev/zs.c
203
struct zs_chanstate *cs;
sys/arch/next68k/dev/zs.c
341
zs_get_speed(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs.c
354
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/next68k/dev/zs.c
385
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/next68k/dev/zs.c
432
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/next68k/dev/zs.c
444
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/next68k/dev/zs.c
453
zs_read_csr(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs.c
463
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/next68k/dev/zs.c
470
zs_read_data(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs.c
480
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/next68k/dev/zs.c
501
zs_abort(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs.c
608
struct zs_chanstate xcs;
sys/arch/next68k/dev/zs.c
609
struct zs_chanstate *cs;
sys/arch/next68k/dev/zs_cons.h
17
void zskgdb(struct zs_chanstate *);
sys/arch/next68k/dev/zs_cons.h
4
struct zs_chanstate;
sys/arch/next68k/dev/zs_kgdb.c
103
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/next68k/dev/zs_kgdb.c
132
struct zs_chanstate cs;
sys/arch/next68k/dev/zs_kgdb.c
176
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/next68k/dev/zs_kgdb.c
199
zskgdb(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs_kgdb.c
213
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/next68k/dev/zs_kgdb.c
214
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/next68k/dev/zs_kgdb.c
215
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/next68k/dev/zs_kgdb.c
216
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/next68k/dev/zs_kgdb.c
221
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs_kgdb.c
245
zs_kgdb_txint(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs_kgdb.c
251
zs_kgdb_stint(struct zs_chanstate *cs, int force)
sys/arch/next68k/dev/zs_kgdb.c
268
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/next68k/dev/zs_kgdb.c
77
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/next68k/include/z8530var.h
50
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/next68k/include/z8530var.h
53
struct zs_chanstate zsc_cs_store[2];
sys/arch/next68k/include/z8530var.h
61
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/next68k/include/z8530var.h
62
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/next68k/include/z8530var.h
63
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/next68k/include/z8530var.h
65
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/next68k/include/z8530var.h
66
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/next68k/include/z8530var.h
67
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/arch/pmax/include/z8530var.h
56
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/pmax/include/z8530var.h
70
u_int zs_read_reg(struct zs_chanstate *cs, u_int reg);
sys/arch/pmax/include/z8530var.h
71
u_int zs_read_csr(struct zs_chanstate *cs);
sys/arch/pmax/include/z8530var.h
72
u_int zs_read_data(struct zs_chanstate *cs);
sys/arch/pmax/include/z8530var.h
74
void zs_write_reg(struct zs_chanstate *cs, u_int reg, u_int val);
sys/arch/pmax/include/z8530var.h
75
void zs_write_csr(struct zs_chanstate *cs, u_int val);
sys/arch/pmax/include/z8530var.h
76
void zs_write_data(struct zs_chanstate *cs, u_int val);
sys/arch/sgimips/dev/zs.c
123
void zskgdb (struct zs_chanstate *);
sys/arch/sgimips/dev/zs.c
183
static int zs_get_speed (struct zs_chanstate *);
sys/arch/sgimips/dev/zs.c
214
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs.c
246
cs = zsc->zsc_cs[channel] = (struct zs_chanstate *)ch;
sys/arch/sgimips/dev/zs.c
436
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs.c
449
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/sgimips/dev/zs.c
488
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/sgimips/dev/zs.c
532
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/sgimips/dev/zs.c
547
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/sgimips/dev/zs.c
560
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs.c
572
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/sgimips/dev/zs.c
582
zs_read_data(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs.c
594
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/sgimips/dev/zs.c
604
zs_abort(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kbd.c
119
static void zskbd_rxint(struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kbd.c
120
static void zskbd_stint(struct zs_chanstate *, int);
sys/arch/sgimips/dev/zs_kbd.c
121
static void zskbd_txint(struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kbd.c
122
static void zskbd_softint(struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kbd.c
123
static void zskbd_send(struct zs_chanstate *, uint8_t *, u_int);
sys/arch/sgimips/dev/zs_kbd.c
124
static void zskbd_ctrl(struct zs_chanstate *, uint8_t, uint8_t,
sys/arch/sgimips/dev/zs_kbd.c
127
static void zskbd_wskbd_input(struct zs_chanstate *, uint8_t);
sys/arch/sgimips/dev/zs_kbd.c
192
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kbd.c
255
zskbd_rxint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kbd.c
279
zskbd_stint(struct zs_chanstate *cs, int force)
sys/arch/sgimips/dev/zs_kbd.c
287
zskbd_txint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kbd.c
298
zskbd_softint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kbd.c
345
zskbd_send(struct zs_chanstate *cs, uint8_t *c, u_int len)
sys/arch/sgimips/dev/zs_kbd.c
368
zskbd_ctrl(struct zs_chanstate *cs, uint8_t a_on, uint8_t a_off,
sys/arch/sgimips/dev/zs_kbd.c
394
zskbd_wskbd_input(struct zs_chanstate *cs, uint8_t key)
sys/arch/sgimips/dev/zs_kbd.c
419
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kbd.c
440
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kbd.c
471
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kbd.c
494
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kbd.c
517
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_kgdb.c
100
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/sgimips/dev/zs_kgdb.c
156
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/sgimips/dev/zs_kgdb.c
179
zskgdb(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kgdb.c
193
static void zs_kgdb_rxint (struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kgdb.c
194
static void zs_kgdb_stint (struct zs_chanstate *, int);
sys/arch/sgimips/dev/zs_kgdb.c
195
static void zs_kgdb_txint (struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kgdb.c
196
static void zs_kgdb_softint (struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kgdb.c
208
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kgdb.c
232
zs_kgdb_txint(register struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kgdb.c
238
zs_kgdb_stint(register struct zs_chanstate *cs, int force)
sys/arch/sgimips/dev/zs_kgdb.c
255
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_kgdb.c
71
void zskgdb (struct zs_chanstate *);
sys/arch/sgimips/dev/zs_kgdb.c
73
static void zs_setparam (struct zs_chanstate *, int, int);
sys/arch/sgimips/dev/zs_ms.c
142
struct zs_chanstate *cs;
sys/arch/sgimips/dev/zs_ms.c
178
zsms_rxint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_ms.c
199
zsms_txint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_ms.c
209
zsms_stint(struct zs_chanstate *cs, int force)
sys/arch/sgimips/dev/zs_ms.c
217
zsms_softint(struct zs_chanstate *cs)
sys/arch/sgimips/dev/zs_ms.c
94
static void zsms_rxint(struct zs_chanstate *);
sys/arch/sgimips/dev/zs_ms.c
95
static void zsms_txint(struct zs_chanstate *);
sys/arch/sgimips/dev/zs_ms.c
96
static void zsms_stint(struct zs_chanstate *, int);
sys/arch/sgimips/dev/zs_ms.c
97
static void zsms_softint(struct zs_chanstate *);
sys/arch/sgimips/include/z8530var.h
111
uint8_t zs_read_reg (struct zs_chanstate *, uint8_t);
sys/arch/sgimips/include/z8530var.h
112
uint8_t zs_read_csr (struct zs_chanstate *);
sys/arch/sgimips/include/z8530var.h
113
uint8_t zs_read_data (struct zs_chanstate *);
sys/arch/sgimips/include/z8530var.h
115
void zs_write_reg (struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/sgimips/include/z8530var.h
116
void zs_write_csr (struct zs_chanstate *, uint8_t);
sys/arch/sgimips/include/z8530var.h
117
void zs_write_data (struct zs_chanstate *, uint8_t);
sys/arch/sgimips/include/z8530var.h
90
struct zs_chanstate cs_zscs; /* Required: soft state */
sys/arch/sgimips/include/z8530var.h
97
struct zs_chanstate *zsc_cs[2]; /* channel soft state */
sys/arch/sparc/dev/cons.h
15
struct zs_chanstate;
sys/arch/sparc/dev/cons.h
17
void zskgdb(struct zs_chanstate *);
sys/arch/sparc/dev/zs.c
1006
zs_disable(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs.c
177
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sparc/dev/zs.c
183
int zs_enable(struct zs_chanstate *);
sys/arch/sparc/dev/zs.c
184
void zs_disable(struct zs_chanstate *);
sys/arch/sparc/dev/zs.c
264
struct zs_chanstate *cs;
sys/arch/sparc/dev/zs.c
393
struct zs_chanstate *cs;
sys/arch/sparc/dev/zs.c
639
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs.c
653
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/sparc/dev/zs.c
684
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/sparc/dev/zs.c
731
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/sparc/dev/zs.c
743
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/sparc/dev/zs.c
753
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs.c
763
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/sparc/dev/zs.c
771
zs_read_data(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs.c
781
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/sparc/dev/zs.c
799
zs_abort(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs.c
997
zs_enable(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs_kgdb.c
110
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/sparc/dev/zs_kgdb.c
139
struct zs_chanstate cs;
sys/arch/sparc/dev/zs_kgdb.c
184
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/sparc/dev/zs_kgdb.c
207
zskgdb(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs_kgdb.c
221
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/sparc/dev/zs_kgdb.c
222
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/sparc/dev/zs_kgdb.c
223
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/sparc/dev/zs_kgdb.c
224
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/sparc/dev/zs_kgdb.c
229
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs_kgdb.c
253
zs_kgdb_txint(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs_kgdb.c
259
zs_kgdb_stint(struct zs_chanstate *cs, int force)
sys/arch/sparc/dev/zs_kgdb.c
276
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/sparc/dev/zs_kgdb.c
80
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/sparc/include/z8530var.h
50
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sparc/include/z8530var.h
56
struct zs_chanstate zsc_cs_store[2];
sys/arch/sparc/include/z8530var.h
74
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/sparc/include/z8530var.h
75
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/sparc/include/z8530var.h
76
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/sparc/include/z8530var.h
78
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/sparc/include/z8530var.h
79
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/sparc/include/z8530var.h
80
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/sparc64/dev/cons.h
51
struct zs_chanstate;
sys/arch/sparc64/dev/zs.c
177
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sparc64/dev/zs.c
183
int zs_enable(struct zs_chanstate *);
sys/arch/sparc64/dev/zs.c
184
void zs_disable(struct zs_chanstate *);
sys/arch/sparc64/dev/zs.c
338
struct zs_chanstate *cs;
sys/arch/sparc64/dev/zs.c
555
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
568
zs_set_speed(struct zs_chanstate *cs, int bps /* bits per second */)
sys/arch/sparc64/dev/zs.c
599
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/arch/sparc64/dev/zs.c
646
zs_read_reg(struct zs_chanstate *cs, u_char reg)
sys/arch/sparc64/dev/zs.c
658
zs_write_reg(struct zs_chanstate *cs, u_char reg, u_char val)
sys/arch/sparc64/dev/zs.c
667
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
677
zs_write_csr(struct zs_chanstate *cs, u_char val)
sys/arch/sparc64/dev/zs.c
684
zs_read_data(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zs.c
694
zs_write_data(struct zs_chanstate *cs, u_char val)
sys/arch/sparc64/dev/zs.c
713
zs_abort(struct zs_chanstate *cs)
sys/arch/sparc64/dev/zsvar.h
93
struct zs_chanstate *cs_next; /* linked list for zshard() */
sys/arch/sparc64/include/z8530var.h
64
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sparc64/include/z8530var.h
71
struct zs_chanstate zsc_cs_store[2];
sys/arch/sparc64/include/z8530var.h
88
uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
sys/arch/sparc64/include/z8530var.h
89
uint8_t zs_read_csr(struct zs_chanstate *cs);
sys/arch/sparc64/include/z8530var.h
90
uint8_t zs_read_data(struct zs_chanstate *cs);
sys/arch/sparc64/include/z8530var.h
92
void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
sys/arch/sparc64/include/z8530var.h
93
void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
sys/arch/sparc64/include/z8530var.h
94
void zs_write_data(struct zs_chanstate *cs, uint8_t val);
sys/arch/sun2/dev/cons.h
51
struct zs_chanstate;
sys/arch/sun2/dev/cons.h
62
void zskgdb(struct zs_chanstate *);
sys/arch/sun2/dev/zs.c
142
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sun2/dev/zs.c
154
struct zs_chanstate *cs;
sys/arch/sun2/dev/zs.c
262
struct zs_chanstate *zst_cs;
sys/arch/sun2/dev/zs.c
394
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs.c
407
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/sun2/dev/zs.c
438
zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
sys/arch/sun2/dev/zs.c
485
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/sun2/dev/zs.c
497
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/sun2/dev/zs.c
506
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs.c
516
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/sun2/dev/zs.c
523
zs_read_data(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs.c
533
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/sun2/dev/zs.c
552
zs_abort(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs_kgdb.c
100
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/sun2/dev/zs_kgdb.c
129
struct zs_chanstate cs;
sys/arch/sun2/dev/zs_kgdb.c
174
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/sun2/dev/zs_kgdb.c
197
zskgdb(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs_kgdb.c
211
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/sun2/dev/zs_kgdb.c
212
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/sun2/dev/zs_kgdb.c
213
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/sun2/dev/zs_kgdb.c
214
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/sun2/dev/zs_kgdb.c
219
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs_kgdb.c
243
zs_kgdb_txint(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs_kgdb.c
249
zs_kgdb_stint(struct zs_chanstate *cs, int force)
sys/arch/sun2/dev/zs_kgdb.c
266
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/sun2/dev/zs_kgdb.c
63
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/sun2/dev/zsvar.h
100
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/sun2/dev/zsvar.h
101
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/sun2/dev/zsvar.h
103
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/sun2/dev/zsvar.h
104
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/sun2/dev/zsvar.h
105
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/arch/sun2/dev/zsvar.h
64
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sun2/dev/zsvar.h
71
struct zs_chanstate zsc_cs_store[2];
sys/arch/sun2/dev/zsvar.h
99
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/sun3/dev/zs.c
207
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sun3/dev/zs.c
261
struct zs_chanstate *cs;
sys/arch/sun3/dev/zs.c
400
zs_get_speed(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs.c
413
zs_set_speed(struct zs_chanstate *cs, int bps)
sys/arch/sun3/dev/zs.c
444
zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
sys/arch/sun3/dev/zs.c
487
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/sun3/dev/zs.c
499
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/sun3/dev/zs.c
508
zs_read_csr(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs.c
518
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/sun3/dev/zs.c
525
zs_read_data(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs.c
535
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/sun3/dev/zs.c
554
zs_abort(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs_kgdb.c
104
zs_setparam(struct zs_chanstate *cs, int iena, int rate)
sys/arch/sun3/dev/zs_kgdb.c
133
struct zs_chanstate cs;
sys/arch/sun3/dev/zs_kgdb.c
177
zs_check_kgdb(struct zs_chanstate *cs, int dev)
sys/arch/sun3/dev/zs_kgdb.c
200
zskgdb(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs_kgdb.c
214
static void zs_kgdb_rxint(struct zs_chanstate *);
sys/arch/sun3/dev/zs_kgdb.c
215
static void zs_kgdb_stint(struct zs_chanstate *, int);
sys/arch/sun3/dev/zs_kgdb.c
216
static void zs_kgdb_txint(struct zs_chanstate *);
sys/arch/sun3/dev/zs_kgdb.c
217
static void zs_kgdb_softint(struct zs_chanstate *);
sys/arch/sun3/dev/zs_kgdb.c
222
zs_kgdb_rxint(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs_kgdb.c
246
zs_kgdb_txint(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs_kgdb.c
252
zs_kgdb_stint(struct zs_chanstate *cs, int force)
sys/arch/sun3/dev/zs_kgdb.c
269
zs_kgdb_softint(struct zs_chanstate *cs)
sys/arch/sun3/dev/zs_kgdb.c
76
static void zs_setparam(struct zs_chanstate *, int, int);
sys/arch/sun3/dev/zs_kgdb.c
77
static void zskgdb(struct zs_chanstate *);
sys/arch/sun3/include/z8530var.h
104
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/sun3/include/z8530var.h
105
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/sun3/include/z8530var.h
106
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/sun3/include/z8530var.h
108
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/sun3/include/z8530var.h
109
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/sun3/include/z8530var.h
110
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/arch/sun3/include/z8530var.h
90
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/sun3/include/z8530var.h
92
struct zs_chanstate zsc_cs_store[2];
sys/arch/x68k/dev/ms.c
113
struct zs_chanstate *ms_cs;
sys/arch/x68k/dev/ms.c
151
static void ms_trigger(struct zs_chanstate *, int);
sys/arch/x68k/dev/ms.c
157
static void ms_rxint(struct zs_chanstate *);
sys/arch/x68k/dev/ms.c
158
static void ms_stint(struct zs_chanstate *, int);
sys/arch/x68k/dev/ms.c
159
static void ms_txint(struct zs_chanstate *);
sys/arch/x68k/dev/ms.c
160
static void ms_softint(struct zs_chanstate *);
sys/arch/x68k/dev/ms.c
217
struct zs_chanstate *cs;
sys/arch/x68k/dev/ms.c
495
ms_rxint(struct zs_chanstate *cs)
sys/arch/x68k/dev/ms.c
536
ms_txint(struct zs_chanstate *cs)
sys/arch/x68k/dev/ms.c
549
ms_stint(struct zs_chanstate *cs, int force)
sys/arch/x68k/dev/ms.c
576
ms_softint(struct zs_chanstate *cs)
sys/arch/x68k/dev/ms.c
643
ms_trigger(struct zs_chanstate *cs, int onoff)
sys/arch/x68k/dev/zs.c
135
static int zs_get_speed(struct zs_chanstate *);
sys/arch/x68k/dev/zs.c
179
struct zs_chanstate *cs;
sys/arch/x68k/dev/zs.c
340
zs_get_speed(struct zs_chanstate *cs)
sys/arch/x68k/dev/zs.c
353
zs_set_speed(struct zs_chanstate *cs, int bps /* bits per second */)
sys/arch/x68k/dev/zs.c
393
zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
sys/arch/x68k/dev/zs.c
437
zs_read_reg(struct zs_chanstate *cs, uint8_t reg)
sys/arch/x68k/dev/zs.c
449
zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val)
sys/arch/x68k/dev/zs.c
458
zs_read_csr(struct zs_chanstate *cs)
sys/arch/x68k/dev/zs.c
468
zs_write_csr(struct zs_chanstate *cs, uint8_t val)
sys/arch/x68k/dev/zs.c
475
zs_read_data(struct zs_chanstate *cs)
sys/arch/x68k/dev/zs.c
485
zs_write_data(struct zs_chanstate *cs, uint8_t val)
sys/arch/x68k/dev/zs.c
503
zs_abort(struct zs_chanstate *cs)
sys/arch/x68k/dev/zs.c
530
static struct zs_chanstate zscn_cs;
sys/arch/x68k/dev/zs.c
580
memset(&zscn_cs, 0, sizeof(struct zs_chanstate));
sys/arch/x68k/include/z8530var.h
137
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
sys/arch/x68k/include/z8530var.h
139
struct zs_chanstate zsc_cs_store[2];
sys/arch/x68k/include/z8530var.h
152
uint8_t zs_read_reg(struct zs_chanstate *, uint8_t);
sys/arch/x68k/include/z8530var.h
153
uint8_t zs_read_csr(struct zs_chanstate *);
sys/arch/x68k/include/z8530var.h
154
uint8_t zs_read_data(struct zs_chanstate *);
sys/arch/x68k/include/z8530var.h
156
void zs_write_reg(struct zs_chanstate *, uint8_t, uint8_t);
sys/arch/x68k/include/z8530var.h
157
void zs_write_csr(struct zs_chanstate *, uint8_t);
sys/arch/x68k/include/z8530var.h
158
void zs_write_data(struct zs_chanstate *, uint8_t);
sys/dev/ic/z8530sc.c
112
zs_break(struct zs_chanstate *cs, int set)
sys/dev/ic/z8530sc.c
130
zs_iflush(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
167
zs_loadchannelregs(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
271
zs_lock_init(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
278
zs_lock_chan(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
285
zs_unlock_chan(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
306
struct zs_chanstate *cs0, *cs1;
sys/dev/ic/z8530sc.c
375
struct zs_chanstate *cs;
sys/dev/ic/z8530sc.c
400
static void zsnull_rxint (struct zs_chanstate *);
sys/dev/ic/z8530sc.c
401
static void zsnull_stint (struct zs_chanstate *, int);
sys/dev/ic/z8530sc.c
402
static void zsnull_txint (struct zs_chanstate *);
sys/dev/ic/z8530sc.c
403
static void zsnull_softint(struct zs_chanstate *);
sys/dev/ic/z8530sc.c
406
zsnull_rxint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
414
zsnull_stint(struct zs_chanstate *cs, int force)
sys/dev/ic/z8530sc.c
422
zsnull_txint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.c
430
zsnull_softint(struct zs_chanstate *cs)
sys/dev/ic/z8530sc.h
101
void (*zsop_softint)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
165
struct zs_chanstate *cs_ctl_chan;
sys/dev/ic/z8530sc.h
168
int (*enable)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
169
void (*disable)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
199
void zs_abort(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
200
void zs_break(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
201
void zs_iflush(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
202
void zs_loadchannelregs(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
203
int zs_set_speed(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
204
int zs_set_modes(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
205
void zs_lock_init(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
206
void zs_lock_chan(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
207
void zs_unlock_chan(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
209
int zs_check_kgdb(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
93
struct zs_chanstate;
sys/dev/ic/z8530sc.h
95
void (*zsop_rxint)(struct zs_chanstate *);
sys/dev/ic/z8530sc.h
97
void (*zsop_stint)(struct zs_chanstate *, int);
sys/dev/ic/z8530sc.h
99
void (*zsop_txint)(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
1149
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1176
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1205
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1248
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1279
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
1315
struct zs_chanstate *cs = zst->zst_cs, *ccs;
sys/dev/ic/z8530tty.c
1348
zstty_rxint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1429
zstty_txint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1465
zstty_stint(struct zs_chanstate *cs, int force)
sys/dev/ic/z8530tty.c
1542
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1644
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1659
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
1699
zstty_softint(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1706
zstty_softint1(struct zs_chanstate *cs)
sys/dev/ic/z8530tty.c
1739
struct zs_chanstate *cs = arg;
sys/dev/ic/z8530tty.c
191
struct zs_chanstate *zst_cs;
sys/dev/ic/z8530tty.c
282
static void zstty_rxint (struct zs_chanstate *);
sys/dev/ic/z8530tty.c
283
static void zstty_stint (struct zs_chanstate *, int);
sys/dev/ic/z8530tty.c
284
static void zstty_txint (struct zs_chanstate *);
sys/dev/ic/z8530tty.c
285
static void zstty_softint(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
286
static void zstty_softint1(struct zs_chanstate *);
sys/dev/ic/z8530tty.c
333
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
486
struct zs_chanstate *cs = zst->zst_cs;
sys/dev/ic/z8530tty.c
543
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
767
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
899
struct zs_chanstate *cs;
sys/dev/ic/z8530tty.c
970
struct zs_chanstate *cs;
sys/dev/sun/kbd_zs.c
130
struct zs_chanstate *cs;
sys/dev/sun/kbd_zs.c
209
kbd_zs_rxint(struct zs_chanstate *cs)
sys/dev/sun/kbd_zs.c
273
kbd_zs_txint(struct zs_chanstate *cs)
sys/dev/sun/kbd_zs.c
286
kbd_zs_stint(struct zs_chanstate *cs, int force)
sys/dev/sun/kbd_zs.c
324
kbd_zs_softint(struct zs_chanstate *cs)
sys/dev/sun/kbd_zs.c
87
static void kbd_zs_rxint(struct zs_chanstate *);
sys/dev/sun/kbd_zs.c
88
static void kbd_zs_stint(struct zs_chanstate *, int);
sys/dev/sun/kbd_zs.c
89
static void kbd_zs_txint(struct zs_chanstate *);
sys/dev/sun/kbd_zs.c
90
static void kbd_zs_softint(struct zs_chanstate *);
sys/dev/sun/kbdsunvar.h
77
struct zs_chanstate *ku_cs;
sys/dev/sun/ms_zs.c
127
struct zs_chanstate *cs;
sys/dev/sun/ms_zs.c
168
ms_zs_rxint(struct zs_chanstate *cs)
sys/dev/sun/ms_zs.c
208
ms_zs_txint(struct zs_chanstate *cs)
sys/dev/sun/ms_zs.c
220
ms_zs_stint(struct zs_chanstate *cs, int force)
sys/dev/sun/ms_zs.c
246
ms_zs_softint(struct zs_chanstate *cs)
sys/dev/sun/ms_zs.c
77
static void ms_zs_rxint(struct zs_chanstate *);
sys/dev/sun/ms_zs.c
78
static void ms_zs_stint(struct zs_chanstate *, int);
sys/dev/sun/ms_zs.c
79
static void ms_zs_txint(struct zs_chanstate *);
sys/dev/sun/ms_zs.c
80
static void ms_zs_softint(struct zs_chanstate *);
sys/dev/sun/msvar.h
75
struct zs_chanstate *msu_cs;
sys/dev/tc/zs_ioasic.c
102
static void zs_putc(struct zs_chanstate *, int);
sys/dev/tc/zs_ioasic.c
229
struct zs_chanstate *cs;
sys/dev/tc/zs_ioasic.c
250
cs = malloc(sizeof(struct zs_chanstate),
sys/dev/tc/zs_ioasic.c
451
zs_set_speed(struct zs_chanstate *cs, int bps /*bits per second*/)
sys/dev/tc/zs_ioasic.c
482
zs_set_modes(struct zs_chanstate *cs, int cflag)
sys/dev/tc/zs_ioasic.c
544
zs_read_reg(struct zs_chanstate *cs, u_int reg)
sys/dev/tc/zs_ioasic.c
559
zs_write_reg(struct zs_chanstate *cs, u_int reg, u_int val)
sys/dev/tc/zs_ioasic.c
572
zs_read_csr(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
584
zs_write_csr(struct zs_chanstate *cs, u_int val)
sys/dev/tc/zs_ioasic.c
594
zs_read_data(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
606
zs_write_data(struct zs_chanstate *cs, u_int val)
sys/dev/tc/zs_ioasic.c
623
zs_abort(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
646
zs_getc(struct zs_chanstate *cs)
sys/dev/tc/zs_ioasic.c
671
zs_putc(struct zs_chanstate *cs, int c)
sys/dev/tc/zs_ioasic.c
701
struct zs_chanstate *cs;
sys/dev/tc/zs_ioasic.c
772
struct zs_chanstate *cs = &zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasic.c
796
struct zs_chanstate *cs = &zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasic.c
99
static struct zs_chanstate zs_ioasic_conschanstate_store;
sys/dev/tc/zs_ioasicvar.h
42
extern int zskbd_cnattach(struct zs_chanstate *);
sys/dev/tc/zs_ioasicvar.h
43
extern int zs_getc(struct zs_chanstate *);
sys/dev/tc/zskbd.c
158
int zskbd_cnattach(struct zs_chanstate *); /* EXPORTED */
sys/dev/tc/zskbd.c
185
struct zs_chanstate *cs;
sys/dev/tc/zskbd.c
241
zskbd_cnattach(struct zs_chanstate *cs)
sys/dev/tc/zskbd.c
269
struct zs_chanstate *cs = v;
sys/dev/tc/zskbd.c
354
static void zskbd_rxint(struct zs_chanstate *);
sys/dev/tc/zskbd.c
355
static void zskbd_stint(struct zs_chanstate *, int);
sys/dev/tc/zskbd.c
356
static void zskbd_txint(struct zs_chanstate *);
sys/dev/tc/zskbd.c
357
static void zskbd_softint(struct zs_chanstate *);
sys/dev/tc/zskbd.c
360
zskbd_rxint(struct zs_chanstate *cs)
sys/dev/tc/zskbd.c
400
zskbd_txint(struct zs_chanstate *cs)
sys/dev/tc/zskbd.c
413
zskbd_stint(struct zs_chanstate *cs, int force)
sys/dev/tc/zskbd.c
440
zskbd_softint(struct zs_chanstate *cs)
sys/dev/tc/zskbd.c
89
struct zs_chanstate *zsi_cs;
sys/dev/tc/zsms.c
152
struct zs_chanstate *cs;
sys/dev/tc/zsms.c
282
static void zsms_rxint(struct zs_chanstate *);
sys/dev/tc/zsms.c
283
static void zsms_stint(struct zs_chanstate *, int);
sys/dev/tc/zsms.c
284
static void zsms_txint(struct zs_chanstate *);
sys/dev/tc/zsms.c
285
static void zsms_softint(struct zs_chanstate *);
sys/dev/tc/zsms.c
288
zsms_rxint(struct zs_chanstate *cs)
sys/dev/tc/zsms.c
328
zsms_txint(struct zs_chanstate *cs)
sys/dev/tc/zsms.c
341
zsms_stint(struct zs_chanstate *cs, int force)
sys/dev/tc/zsms.c
368
zsms_softint(struct zs_chanstate *cs)
sys/dev/tc/zsms.c
86
struct zs_chanstate *zsms_cs;