Home
last modified time | relevance | path

Searched refs:path_complete (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/iucv/
H A Diucv.h152 void (*path_complete)(struct iucv_path *, u8 *ipuser); member
/openbmc/linux/drivers/s390/char/
H A Dmonreader.c267 .path_complete = mon_iucv_path_complete,
H A Dvmlogrdr.c110 .path_complete = vmlogrdr_iucv_path_complete,
/openbmc/linux/net/iucv/
H A Diucv.c1501 if (path && path->handler && path->handler->path_complete) in iucv_path_complete()
1502 path->handler->path_complete(path, ipc->ipuser); in iucv_path_complete()
H A Daf_iucv.c1812 .path_complete = iucv_callback_connack,
/openbmc/linux/drivers/s390/net/
H A Dnetiucv.c757 .path_complete = netiucv_callback_connack,