Home
last modified time | relevance | path

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

/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()
/linux/drivers/s390/char/
H A Dmonreader.c243 iucv_path_sever(path, NULL); in mon_iucv_path_severed()
339 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close()
H A Dvmlogrdr.c181 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed()
392 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
/linux/include/net/iucv/
H A Diucv.h242 int iucv_path_sever(struct iucv_path *path, u8 *userdata);
/linux/net/iucv/
H A Diucv.c1023 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function
1043 EXPORT_SYMBOL(iucv_path_sever);
1843 .path_sever = iucv_path_sever,