Home
last modified time | relevance | path

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

/linux/include/net/iucv/
H A Diucv.h106 struct iucv_handler *handler;
139 struct iucv_handler { struct
198 int iucv_register(struct iucv_handler *handler, int smp); argument
199 void iucv_unregister(struct iucv_handler *handler, int smp);
231 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
234 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,
287 int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler,
290 struct iucv_handler *handler,
295 int (*iucv_register)(struct iucv_handler *handler, int smp);
296 void (*iucv_unregister)(struct iucv_handler *handler, int smp);
/linux/drivers/s390/net/
H A Dsmsgiucv.c41 static struct iucv_handler smsg_handler = {
/linux/net/iucv/
H A Diucv.c753 int iucv_register(struct iucv_handler *handler, int smp) in iucv_register()
786 void iucv_unregister(struct iucv_handler *handler, int smp) in iucv_unregister()
850 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_accept()
898 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_connect()
1467 struct iucv_handler *handler; in iucv_path_pending()
H A Daf_iucv.c48 static struct iucv_handler af_iucv_handler;
1809 static struct iucv_handler af_iucv_handler = {
/linux/drivers/s390/char/
H A Dmonreader.c265 static struct iucv_handler monreader_iucv_handler = {
/linux/drivers/tty/hvc/
H A Dhvc_iucv.c116 static struct iucv_handler hvc_iucv_handler = {