iucv_path_accept
return iucv_path_accept(path, &smsg_handler, "SMSGIUCV ", NULL);
rc = iucv_path_accept(path, &hvc_iucv_handler, nuser_data, priv);
int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
.path_accept = iucv_path_accept,
EXPORT_SYMBOL(iucv_path_accept);