iucv_handler
static struct iucv_handler monreader_iucv_handler = {
static struct iucv_handler vmlogrdr_iucv_handler = {
static struct iucv_handler smsg_handler = {
static struct iucv_handler hvc_iucv_handler = {
struct iucv_handler *handler;
int iucv_register(struct iucv_handler *handler, int smp);
void iucv_unregister(struct iucv_handler *handler, int smp);
int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,
int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler,
struct iucv_handler *handler,
int (*iucv_register)(struct iucv_handler *handler, int smp);
void (*iucv_unregister)(struct iucv_handler *handler, int smp);
static struct iucv_handler af_iucv_handler = {
static struct iucv_handler af_iucv_handler;
struct iucv_handler *handler;
int iucv_register(struct iucv_handler *handler, int smp)
void iucv_unregister(struct iucv_handler *handler, int smp)
int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,