Searched refs:iucv_handler (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/net/iucv/ |
D | iucv.h | 106 struct iucv_handler *handler; 139 struct iucv_handler { struct 208 int iucv_register(struct iucv_handler *handler, int smp); argument 217 void iucv_unregister(struct iucv_handler *handle, int smp); 265 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, 283 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, 488 int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler, 491 struct iucv_handler *handler, 496 int (*iucv_register)(struct iucv_handler *handler, int smp); 497 void (*iucv_unregister)(struct iucv_handler *handler, int smp);
|
/linux-6.12.1/drivers/s390/net/ |
D | smsgiucv.c | 39 static struct iucv_handler smsg_handler = {
|
D | netiucv.c | 755 static struct iucv_handler netiucv_handler = {
|
/linux-6.12.1/net/iucv/ |
D | iucv.c | 768 int iucv_register(struct iucv_handler *handler, int smp) in iucv_register() 802 void iucv_unregister(struct iucv_handler *handler, int smp) in iucv_unregister() 865 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_accept() 912 int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, in iucv_path_connect() 1473 struct iucv_handler *handler; in iucv_path_pending()
|
D | af_iucv.c | 48 static struct iucv_handler af_iucv_handler; 1800 static struct iucv_handler af_iucv_handler = {
|
/linux-6.12.1/drivers/s390/char/ |
D | monreader.c | 266 static struct iucv_handler monreader_iucv_handler = {
|
D | vmlogrdr.c | 108 static struct iucv_handler vmlogrdr_iucv_handler = {
|
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_iucv.c | 116 static struct iucv_handler hvc_iucv_handler = {
|