Searched refs:sl_xstandby (Results 1 – 2 of 2) sorted by relevance
575 zss->sl_xstandby = NULL; in zsh_open()669 if (zss->sl_xstandby) { in zsh_close()670 zss->sl_xstandby->b_wptr = zss->sl_xstandby->b_rptr; in zsh_close()671 ZSH_FREEMSG(zss->sl_xstandby); in zsh_close()672 zss->sl_xstandby = NULL; in zsh_close()766 if ((mp = zss->sl_xstandby) != NULL) in zsh_close()767 zss->sl_xstandby = NULL; in zsh_close()931 if (!zss->sl_xstandby) { in zsh_wput()933 zss->sl_xstandby = tmp; in zsh_wput()1097 tmp = zss->sl_xstandby; in zsh_wput()[all …]
204 mblk_t *sl_xstandby; /* transmit: next available message */ member