Home
last modified time | relevance | path

Searched refs:zs_priv_str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c559 zss = (struct syncline *)&zscom[unit].zs_priv_str; in zsh_open()
1057 zss = (struct syncline *)&zs->zs_priv_str; in zsh_wput()
1073 zss = (struct syncline *)&zs->zs_priv_str; in zsh_wput()
1237 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_ioctl()
1467 zss = (struct syncline *)&zs->zs_priv_str; in zsh_txint()
1566 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_xsint()
1679 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_rxint()
1719 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_srint()
1908 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_program()
2063 struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_setmstat()
[all …]
H A Dzs_async.c746 za = (struct asyncline *)&zs->zs_priv_str; in zsa_open()
760 bzero(za, sizeof (zs->zs_priv_str)); in zsa_open()
1644 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_txint()
1705 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_xsint()
1837 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_rxint()
1960 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_srint()
2084 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_softint()
2355 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_start()
2560 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_restart()
2590 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_kick_rcv()
[all …]
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h231 ulong_t zs_priv_str[ZS_MAX_PRIV_STR]; member