Searched refs:iucv_path_sever (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_iucv.c | 614 iucv_path_sever(path, NULL); in hvc_iucv_hangup() 699 iucv_path_sever(path, NULL); in hvc_iucv_dtr_rts() 828 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 843 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 855 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
|
/Linux-v4.19/drivers/s390/char/ |
D | monreader.c | 247 iucv_path_sever(path, NULL); in mon_iucv_path_severed() 344 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close() 471 rc = iucv_path_sever(monpriv->path, user_data_sever); in monreader_freeze()
|
D | vmlogrdr.c | 182 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed() 393 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
|
/Linux-v4.19/drivers/s390/net/ |
D | smsgiucv.c | 133 iucv_path_sever(smsg_path, NULL); in smsg_pm_freeze()
|
D | netiucv.c | 825 iucv_path_sever(path, NULL); in conn_action_connreject() 847 iucv_path_sever(conn->path, conn->userdata); in conn_action_conntimsev() 860 iucv_path_sever(conn->path, conn->userdata); in conn_action_connsever() 966 iucv_path_sever(conn->path, conn->userdata); in conn_action_stop() 1911 iucv_path_sever(conn->path, conn->userdata); in netiucv_remove_connection()
|
/Linux-v4.19/include/net/iucv/ |
D | iucv.h | 314 int iucv_path_sever(struct iucv_path *path, u8 *userdata);
|
/Linux-v4.19/net/iucv/ |
D | iucv.c | 1049 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function 1069 EXPORT_SYMBOL(iucv_path_sever); 2003 .path_sever = iucv_path_sever,
|