Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c79 static char *ostates[] = { "open", "drain", "wait_ieof", "closed" }; variable
96 debug("channel %d: output %s -> %s", c->self, ostates[c->ostate], in chan_set_ostate()
97 ostates[next]); in chan_set_ostate()