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()1236 register struct syncline *zss = (struct syncline *)&zs->zs_priv_str; in zsh_ioctl()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()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()[all …]
745 za = (struct asyncline *)&zs->zs_priv_str; in zsa_open()759 bzero(za, sizeof (zs->zs_priv_str)); in zsa_open()1641 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_txint()1702 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_xsint()1834 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_rxint()1957 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_srint()2081 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_softint()2352 register struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_start()2557 struct asyncline *za = (struct asyncline *)&zs->zs_priv_str; in zsa_restart()2587 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