Searched refs:iucv_handler (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/net/iucv/ |
D | iucv.h | 100 struct iucv_handler *handler; 133 struct iucv_handler { struct 202 int iucv_register(struct iucv_handler *handler, int smp); argument 211 void iucv_unregister(struct iucv_handler *handle, int smp); 259 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, 277 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, 482 int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler, 485 struct iucv_handler *handler, 490 int (*iucv_register)(struct iucv_handler *handler, int smp); 491 void (*iucv_unregister)(struct iucv_handler *handler, int smp);
|
/Linux-v4.19/drivers/s390/net/ |
D | smsgiucv.c | 42 static struct iucv_handler smsg_handler = {
|
D | netiucv.c | 146 static struct iucv_handler netiucv_handler = {
|
/Linux-v4.19/net/iucv/ |
D | iucv.c | 780 int iucv_register(struct iucv_handler *handler, int smp) in iucv_register() 814 void iucv_unregister(struct iucv_handler *handler, int smp) in iucv_unregister() 877 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_accept() 924 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_connect() 1487 struct iucv_handler *handler; in iucv_path_pending()
|
D | af_iucv.c | 109 static struct iucv_handler af_iucv_handler = {
|
/Linux-v4.19/drivers/s390/char/ |
D | monreader.c | 269 static struct iucv_handler monreader_iucv_handler = {
|
D | vmlogrdr.c | 109 static struct iucv_handler vmlogrdr_iucv_handler = {
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_iucv.c | 117 static struct iucv_handler hvc_iucv_handler = {
|