Lines Matching refs:syncline

163 static int zsh_start(struct zscom *zs, struct syncline *zss);
268 static void zsh_rxbad(struct zscom *zs, struct syncline *zss);
269 static void zsh_txbad(struct zscom *zs, struct syncline *zss);
272 static int zsh_hdp_ok_or_rts_state(struct zscom *zs, struct syncline *zss);
273 static void zsh_init_port(struct zscom *zs, struct syncline *zss);
274 static int zsh_setmode(struct zscom *zs, struct syncline *zss,
479 zsh_init_port(struct zscom *zs, struct syncline *zss) in zsh_init_port()
523 register struct syncline *zss; in zsh_open()
559 zss = (struct syncline *)&zscom[unit].zs_priv_str; in zsh_open()
640 struct syncline *zss; in zsh_close()
665 zss = (struct syncline *)zs->zs_priv; in zsh_close()
804 zsh_hdp_ok_or_rts_state(struct zscom *zs, struct syncline *zss) in zsh_hdp_ok_or_rts_state()
831 register struct syncline *zss = NULL; in zsh_wput()
883 zss = (struct syncline *)zs->zs_priv; in zsh_wput()
1057 zss = (struct syncline *)&zs->zs_priv_str; in zsh_wput()
1073 zss = (struct syncline *)&zs->zs_priv_str; in zsh_wput()
1133 zsh_start(struct zscom *zs, struct syncline *zss) in zsh_start()
1236 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_ioctl()
1389 zsh_setmode(struct zscom *zs, struct syncline *zss, struct scc_mode *sm) in zsh_setmode()
1452 register struct syncline *zss; in zsh_txint()
1466 zss = (struct syncline *)&zs->zs_priv_str; in zsh_txint()
1565 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_xsint()
1678 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_rxint()
1718 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_srint()
1770 register struct syncline *zss; in zsh_softint()
1780 zss = (struct syncline *)zs->zs_priv; in zsh_softint()
1907 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_program()
2062 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_setmstat()
2085 zsh_rxbad(struct zscom *zs, struct syncline *zss) in zsh_rxbad()
2123 zsh_txbad(struct zscom *zs, struct syncline *zss) in zsh_txbad()
2154 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_watchdog()
2287 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_callback()