Lines Matching defs:handler
91 * handler: address of iucv handler structure
92 * private: private information of the handler associated with the path
100 struct iucv_handler *handler;
137 * structure and "asks" the handler if this path belongs to the
138 * handler. To accept the path the path_pending function needs
141 * handler. The order in which the path_pending functions are
149 * for this handler with iucv_path_connect and got accepted by the
194 * @handler: address of iucv handler structure
195 * @smp: != 0 indicates that the handler can deal with out of order messages
202 int iucv_register(struct iucv_handler *handler, int smp);
206 * @handler: address of iucv handler structure
207 * @smp: != 0 indicates that the handler can deal with out of order messages
250 * @handler: address of iucv handler structure
259 int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
265 * @handler: address of iucv handler structure
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);