Home
last modified time | relevance | path

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

/linux/include/net/iucv/
H A Diucv.h158 void (*path_complete)(struct iucv_path *, u8 *ipuser); member
/linux/drivers/s390/char/
H A Dmonreader.c266 .path_complete = mon_iucv_path_complete,
/linux/net/iucv/
H A Diucv.c1536 if (path && path->handler && path->handler->path_complete)
1537 path->handler->path_complete(path, ipc->ipuser);
H A Daf_iucv.c1813 .path_complete = iucv_callback_connack,