Lines Matching defs:iucv_state
67 enum iucv_state_t iucv_state; /* IUCV connection status */
226 if (priv->iucv_state == IUCV_DISCONN)
231 if (priv->iucv_state == IUCV_SEVERED)
360 if (priv->iucv_state == IUCV_DISCONN)
363 if (priv->iucv_state == IUCV_SEVERED)
373 if (priv->iucv_state == IUCV_CONNECTED)
393 if (priv->iucv_state == IUCV_SEVERED)
396 if (priv->iucv_state == IUCV_DISCONN)
512 priv->iucv_state = IUCV_DISCONN;
565 * 1. After the IUCV path has been severed, the iucv_state is set to
593 if (priv->iucv_state == IUCV_CONNECTED) {
596 priv->iucv_state = IUCV_SEVERED;
653 if (priv->iucv_state == IUCV_SEVERED)
690 priv->iucv_state = IUCV_DISCONN;
808 if (tmp->iucv_state == IUCV_DISCONN)
839 if (priv->iucv_state != IUCV_DISCONN) {
857 priv->iucv_state = IUCV_CONNECTED;
985 return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state);
999 if (priv->iucv_state == IUCV_CONNECTED) {