Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c611 iucv_path_sever(path, NULL); in hvc_iucv_hangup()
696 iucv_path_sever(path, NULL); in hvc_iucv_dtr_rts()
825 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
840 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
852 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
/openbmc/linux/drivers/s390/char/
H A Dmonreader.c244 iucv_path_sever(path, NULL); in mon_iucv_path_severed()
340 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close()
H A Dvmlogrdr.c182 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed()
393 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
/openbmc/linux/include/net/iucv/
H A Diucv.h314 int iucv_path_sever(struct iucv_path *path, u8 *userdata);
/openbmc/linux/drivers/s390/net/
H A Dnetiucv.c795 iucv_path_sever(path, NULL); in conn_action_connreject()
817 iucv_path_sever(conn->path, conn->userdata); in conn_action_conntimsev()
830 iucv_path_sever(conn->path, conn->userdata); in conn_action_connsever()
936 iucv_path_sever(conn->path, conn->userdata); in conn_action_stop()
1808 iucv_path_sever(conn->path, conn->userdata); in netiucv_remove_connection()
/openbmc/linux/net/iucv/
H A Diucv.c990 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function
1010 EXPORT_SYMBOL(iucv_path_sever);
1804 .path_sever = iucv_path_sever,