Searched refs:zs_priv_str (Results 1 – 3 of 3) sorted by relevance
559 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 …]
746 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 …]
231 ulong_t zs_priv_str[ZS_MAX_PRIV_STR]; member