Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c613 iucv_path_sever(path, NULL); in hvc_iucv_hangup()
698 iucv_path_sever(path, NULL); in hvc_iucv_dtr_rts()
827 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
842 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
854 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
/linux-4.4.14/drivers/s390/char/
Dmonreader.c246 iucv_path_sever(path, NULL); in mon_iucv_path_severed()
343 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close()
470 rc = iucv_path_sever(monpriv->path, user_data_sever); in monreader_freeze()
Dvmlogrdr.c181 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed()
393 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
/linux-4.4.14/drivers/s390/net/
Dsmsgiucv.c146 iucv_path_sever(smsg_path, NULL); in smsg_pm_freeze()
Dnetiucv.c841 iucv_path_sever(path, NULL); in conn_action_connreject()
863 iucv_path_sever(conn->path, conn->userdata); in conn_action_conntimsev()
876 iucv_path_sever(conn->path, conn->userdata); in conn_action_connsever()
982 iucv_path_sever(conn->path, conn->userdata); in conn_action_stop()
1949 iucv_path_sever(conn->path, conn->userdata); in netiucv_remove_connection()
/linux-4.4.14/include/net/iucv/
Diucv.h313 int iucv_path_sever(struct iucv_path *path, u8 *userdata);
/linux-4.4.14/net/iucv/
Diucv.c1050 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function
1070 EXPORT_SYMBOL(iucv_path_sever);
2004 .path_sever = iucv_path_sever,