Searched refs:iucv_handler (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/net/iucv/ |
D | iucv.h | 99 struct iucv_handler *handler; 132 struct iucv_handler { struct 201 int iucv_register(struct iucv_handler *handler, int smp); argument 210 void iucv_unregister(struct iucv_handler *handle, int smp); 258 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, 276 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, 481 int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler, 484 struct iucv_handler *handler, 489 int (*iucv_register)(struct iucv_handler *handler, int smp); 490 void (*iucv_unregister)(struct iucv_handler *handler, int smp);
|
/linux-4.4.14/drivers/s390/net/ |
D | smsgiucv.c | 55 static struct iucv_handler smsg_handler = {
|
D | netiucv.c | 160 static struct iucv_handler netiucv_handler = {
|
/linux-4.4.14/net/iucv/ |
D | iucv.c | 781 int iucv_register(struct iucv_handler *handler, int smp) in iucv_register() 815 void iucv_unregister(struct iucv_handler *handler, int smp) in iucv_unregister() 878 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_accept() 925 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_connect() 1488 struct iucv_handler *handler; in iucv_path_pending()
|
D | af_iucv.c | 108 static struct iucv_handler af_iucv_handler = {
|
/linux-4.4.14/drivers/s390/char/ |
D | monreader.c | 268 static struct iucv_handler monreader_iucv_handler = {
|
D | vmlogrdr.c | 108 static struct iucv_handler vmlogrdr_iucv_handler = {
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 116 static struct iucv_handler hvc_iucv_handler = {
|