Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/iucv/
Diucv.h144 int (*path_pending)(struct iucv_path *, u8 ipvmid[8], u8 ipuser[16]); member
/linux-2.6.39/drivers/s390/net/
Dsmsgiucv.c56 .path_pending = smsg_path_pending,
Dnetiucv.c187 .path_pending = netiucv_callback_connreq,
/linux-2.6.39/net/iucv/
Diucv.c1488 if (!handler->path_pending) in iucv_path_pending()
1497 if (!handler->path_pending(path, ipp->ipvmid, ipp->ipuser)) in iucv_path_pending()
Daf_iucv.c108 .path_pending = iucv_callback_connreq,
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iucv.c115 .path_pending = hvc_iucv_path_pending,