Searched refs:iucv_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c67 enum iucv_state_t iucv_state; /* IUCV connection status */ member in struct:hvc_iucv_private
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 i
[all...]

Completed in 95 milliseconds