Symbol: zscom
usr/src/uts/sun/io/zs_async.c
1208
struct zscom *zs;
usr/src/uts/sun/io/zs_async.c
1622
struct zscom *zs;
usr/src/uts/sun/io/zs_async.c
1642
zsa_txint(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
1703
zsa_xsint(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
1835
zsa_rxint(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
1958
zsa_srint(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
2082
zsa_softint(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
2353
zsa_start(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
2559
struct zscom *zs = arg;
usr/src/uts/sun/io/zs_async.c
2589
struct zscom *zs = arg;
usr/src/uts/sun/io/zs_async.c
2709
struct zscom *zs = za->za_common;
usr/src/uts/sun/io/zs_async.c
2745
struct zscom *zs = za->za_common;
usr/src/uts/sun/io/zs_async.c
2976
struct zscom *zs = za->za_common;
usr/src/uts/sun/io/zs_async.c
3133
struct zscom *zs;
usr/src/uts/sun/io/zs_async.c
3137
zs = &zscom[UNIT(dev)];
usr/src/uts/sun/io/zs_async.c
3156
struct zscom *zs = arg;
usr/src/uts/sun/io/zs_async.c
3208
zsa_suspend(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
3305
zsa_resume(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
3345
zsa_print_info(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
490
static void zsa_txint(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
491
static void zsa_xsint(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
492
static void zsa_rxint(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
493
static void zsa_srint(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
494
static int zsa_softint(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
495
static int zsa_suspend(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
496
static int zsa_resume(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
499
zsa_null(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
512
zsa_null_int(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
543
static void zsa_start(struct zscom *zs);
usr/src/uts/sun/io/zs_async.c
558
struct zscom *zs;
usr/src/uts/sun/io/zs_async.c
565
zs = &zscom[unit];
usr/src/uts/sun/io/zs_async.c
673
zsa_init(struct zscom *zs)
usr/src/uts/sun/io/zs_async.c
718
struct zscom *zs;
usr/src/uts/sun/io/zs_async.c
731
zs = &zscom[unit];
usr/src/uts/sun/io/zs_async.c
916
struct zscom *zs = za->za_common;
usr/src/uts/sun/io/zs_async.c
969
struct zscom *zs;
usr/src/uts/sun/io/zs_common.c
1062
zsnull_intr(struct zscom *zs)
usr/src/uts/sun/io/zs_common.c
1077
zsnull_softint(struct zscom *zs)
usr/src/uts/sun/io/zs_common.c
1087
zsnull_suspend(struct zscom *zs)
usr/src/uts/sun/io/zs_common.c
1112
zsnull_resume(struct zscom *zs)
usr/src/uts/sun/io/zs_common.c
127
void zsopinit(struct zscom *zs, struct zsops *zso);
usr/src/uts/sun/io/zs_common.c
129
static void zsnull_intr(struct zscom *zs);
usr/src/uts/sun/io/zs_common.c
130
static int zsnull_softint(struct zscom *zs);
usr/src/uts/sun/io/zs_common.c
131
static int zsnull_suspend(struct zscom *zs);
usr/src/uts/sun/io/zs_common.c
132
static int zsnull_resume(struct zscom *zs);
usr/src/uts/sun/io/zs_common.c
313
struct zscom *zs;
usr/src/uts/sun/io/zs_common.c
330
zs = &zscom[current_chip*2];
usr/src/uts/sun/io/zs_common.c
354
if (zscom == NULL) {
usr/src/uts/sun/io/zs_common.c
357
zscom = kmem_zalloc(maxzs * sizeof (struct zscom), KM_SLEEP);
usr/src/uts/sun/io/zs_common.c
364
zscurr = &zscom[(current_chip*2) + 1];
usr/src/uts/sun/io/zs_common.c
365
zslast = &zscom[current_chip*2];
usr/src/uts/sun/io/zs_common.c
377
zs = &zscom[current_chip*2];
usr/src/uts/sun/io/zs_common.c
711
struct zscom *zs;
usr/src/uts/sun/io/zs_common.c
719
zs = &zscom[current_chip*2];
usr/src/uts/sun/io/zs_common.c
771
struct zscom *zs;
usr/src/uts/sun/io/zs_common.c
79
struct zscom *zscom;
usr/src/uts/sun/io/zs_common.c
80
struct zscom *zscurr;
usr/src/uts/sun/io/zs_common.c
81
struct zscom *zslast;
usr/src/uts/sun/io/zs_common.c
823
zs = &zscom[1];
usr/src/uts/sun/io/zs_common.c
854
struct zscom *zs;
usr/src/uts/sun/io/zs_common.c
871
for (zs = &zscom[0]; zs <= zslast; zs++) {
usr/src/uts/sun/io/zs_common.c
896
zsopinit(struct zscom *zs, struct zsops *zso)
usr/src/uts/sun/io/zs_common.c
916
zsmctl(struct zscom *zs, int bits, int how)
usr/src/uts/sun/io/zs_common.c
981
struct zscom *zs = zspp->zs;
usr/src/uts/sun/io/zs_hdlc.c
1005
zs = &zscom[ppa];
usr/src/uts/sun/io/zs_hdlc.c
1134
zsh_start(struct zscom *zs, struct syncline *zss)
usr/src/uts/sun/io/zs_hdlc.c
1236
struct zscom *zs = (struct zscom *)stp->str_com;
usr/src/uts/sun/io/zs_hdlc.c
1390
zsh_setmode(struct zscom *zs, struct syncline *zss, struct scc_mode *sm)
usr/src/uts/sun/io/zs_hdlc.c
1451
zsh_txint(struct zscom *zs)
usr/src/uts/sun/io/zs_hdlc.c
1564
zsh_xsint(struct zscom *zs)
usr/src/uts/sun/io/zs_hdlc.c
164
static int zsh_start(struct zscom *zs, struct syncline *zss);
usr/src/uts/sun/io/zs_hdlc.c
1677
zsh_rxint(struct zscom *zs)
usr/src/uts/sun/io/zs_hdlc.c
1717
zsh_srint(struct zscom *zs)
usr/src/uts/sun/io/zs_hdlc.c
1769
zsh_softint(struct zscom *zs)
usr/src/uts/sun/io/zs_hdlc.c
1906
zsh_program(struct zscom *zs, struct scc_mode *sm)
usr/src/uts/sun/io/zs_hdlc.c
2061
zsh_setmstat(struct zscom *zs, int event)
usr/src/uts/sun/io/zs_hdlc.c
2086
zsh_rxbad(struct zscom *zs, struct syncline *zss)
usr/src/uts/sun/io/zs_hdlc.c
2124
zsh_txbad(struct zscom *zs, struct syncline *zss)
usr/src/uts/sun/io/zs_hdlc.c
2154
struct zscom *zs = arg;
usr/src/uts/sun/io/zs_hdlc.c
2287
struct zscom *zs = arg;
usr/src/uts/sun/io/zs_hdlc.c
251
static void zsh_txint(struct zscom *zs);
usr/src/uts/sun/io/zs_hdlc.c
252
static void zsh_xsint(struct zscom *zs);
usr/src/uts/sun/io/zs_hdlc.c
253
static void zsh_rxint(struct zscom *zs);
usr/src/uts/sun/io/zs_hdlc.c
254
static void zsh_srint(struct zscom *zs);
usr/src/uts/sun/io/zs_hdlc.c
255
static int zsh_softint(struct zscom *zs);
usr/src/uts/sun/io/zs_hdlc.c
267
static int zsh_program(struct zscom *zs, struct scc_mode *sm);
usr/src/uts/sun/io/zs_hdlc.c
268
static void zsh_setmstat(struct zscom *zs, int event);
usr/src/uts/sun/io/zs_hdlc.c
269
static void zsh_rxbad(struct zscom *zs, struct syncline *zss);
usr/src/uts/sun/io/zs_hdlc.c
270
static void zsh_txbad(struct zscom *zs, struct syncline *zss);
usr/src/uts/sun/io/zs_hdlc.c
273
static int zsh_hdp_ok_or_rts_state(struct zscom *zs, struct syncline *zss);
usr/src/uts/sun/io/zs_hdlc.c
274
static void zsh_init_port(struct zscom *zs, struct syncline *zss);
usr/src/uts/sun/io/zs_hdlc.c
275
static int zsh_setmode(struct zscom *zs, struct syncline *zss,
usr/src/uts/sun/io/zs_hdlc.c
401
if (zscom == NULL)
usr/src/uts/sun/io/zs_hdlc.c
415
zscom[unit].zs_hdlc_dip = dev;
usr/src/uts/sun/io/zs_hdlc.c
442
struct zscom *zs;
usr/src/uts/sun/io/zs_hdlc.c
449
if (zscom == NULL) {
usr/src/uts/sun/io/zs_hdlc.c
452
zs = &zscom[unit];
usr/src/uts/sun/io/zs_hdlc.c
479
zsh_init_port(struct zscom *zs, struct syncline *zss)
usr/src/uts/sun/io/zs_hdlc.c
522
struct zscom *zs;
usr/src/uts/sun/io/zs_hdlc.c
536
if (zscom == NULL)
usr/src/uts/sun/io/zs_hdlc.c
538
zs = &zscom[unit];
usr/src/uts/sun/io/zs_hdlc.c
559
zss = (struct syncline *)&zscom[unit].zs_priv_str;
usr/src/uts/sun/io/zs_hdlc.c
639
struct zscom *zs;
usr/src/uts/sun/io/zs_hdlc.c
659
zs = (struct zscom *)stp->str_com;
usr/src/uts/sun/io/zs_hdlc.c
804
zsh_hdp_ok_or_rts_state(struct zscom *zs, struct syncline *zss)
usr/src/uts/sun/io/zs_hdlc.c
830
struct zscom *zs;
usr/src/uts/sun/io/zs_hdlc.c
845
zs = (struct zscom *)stp->str_com;
usr/src/uts/sun/sys/ser_async.h
145
struct zscom *za_common; /* device common data */
usr/src/uts/sun/sys/zsdev.h
224
struct zscom *zs_next; /* next in the circularly linked list */
usr/src/uts/sun/sys/zsdev.h
225
struct zscom *zs_back; /* back in the circularly linked list */
usr/src/uts/sun/sys/zsdev.h
278
struct zscom *zs; /* common data for this channel */
usr/src/uts/sun/sys/zsdev.h
299
extern void zsa_init(struct zscom *zs);
usr/src/uts/sun/sys/zsdev.h
300
extern int zsmctl(struct zscom *zs, int bits, int how);
usr/src/uts/sun/sys/zsdev.h
302
extern void zsopinit(struct zscom *zs, struct zsops *zso);
usr/src/uts/sun/sys/zsdev.h
308
extern struct zscom *zscom;