Searched refs:zscom (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dzsdev.h199 struct zscom { struct
224 struct zscom *zs_next; /* next in the circularly linked list */
225 struct zscom *zs_back; /* back in the circularly linked list */
278 struct zscom *zs; /* common data for this channel */
299 extern void zsa_init(struct zscom *zs);
300 extern int zsmctl(struct zscom *zs, int bits, int how);
302 extern void zsopinit(struct zscom *zs, struct zsops *zso);
308 extern struct zscom *zscom;
H A Dser_async.h147 struct zscom *za_common; /* device common data */
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_common.c79 struct zscom *zscom; variable in typeref:struct:zscom
80 struct zscom *zscurr;
81 struct zscom *zslast;
127 void zsopinit(struct zscom *zs, struct zsops *zso);
129 static void zsnull_intr(struct zscom *zs);
130 static int zsnull_softint(struct zscom *zs);
131 static int zsnull_suspend(struct zscom *zs);
132 static int zsnull_resume(struct zscom *zs);
313 struct zscom *z
[all...]
H A Dzs_hdlc.c165 static int zsh_start(struct zscom *zs, struct syncline *zss);
252 static void zsh_txint(struct zscom *zs);
253 static void zsh_xsint(struct zscom *zs);
254 static void zsh_rxint(struct zscom *zs);
255 static void zsh_srint(struct zscom *zs);
256 static int zsh_softint(struct zscom *zs);
268 static int zsh_program(struct zscom *zs, struct scc_mode *sm);
269 static void zsh_setmstat(struct zscom *zs, int event);
270 static void zsh_rxbad(struct zscom *zs, struct syncline *zss);
271 static void zsh_txbad(struct zscom *z
[all...]
H A Dzs_async.c488 static void zsa_txint(struct zscom *zs);
489 static void zsa_xsint(struct zscom *zs);
490 static void zsa_rxint(struct zscom *zs);
491 static void zsa_srint(struct zscom *zs);
492 static int zsa_softint(struct zscom *zs);
493 static int zsa_suspend(struct zscom *zs);
494 static int zsa_resume(struct zscom *zs);
497 zsa_null(struct zscom *zs)
511 zsa_null_int(struct zscom *zs)
542 static void zsa_start(struct zscom *z
[all...]

Completed in 122 milliseconds