Lines Matching defs:iucv_state
68 enum iucv_state_t iucv_state; /* IUCV connection status */
227 if (priv->iucv_state == IUCV_DISCONN)
232 if (priv->iucv_state == IUCV_SEVERED)
361 if (priv->iucv_state == IUCV_DISCONN)
364 if (priv->iucv_state == IUCV_SEVERED)
374 if (priv->iucv_state == IUCV_CONNECTED)
394 if (priv->iucv_state == IUCV_SEVERED)
397 if (priv->iucv_state == IUCV_DISCONN)
515 priv->iucv_state = IUCV_DISCONN;
568 * 1. After the IUCV path has been severed, the iucv_state is set to
596 if (priv->iucv_state == IUCV_CONNECTED) {
599 priv->iucv_state = IUCV_SEVERED;
656 if (priv->iucv_state == IUCV_SEVERED)
693 priv->iucv_state = IUCV_DISCONN;
811 if (tmp->iucv_state == IUCV_DISCONN)
842 if (priv->iucv_state != IUCV_DISCONN) {
860 priv->iucv_state = IUCV_CONNECTED;
1019 return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state);
1033 if (priv->iucv_state == IUCV_CONNECTED) {