Lines Matching refs:ipuser
787 u8 *ipuser) in hvc_iucv_path_pending() argument
796 find_unused = !memcmp(wildcard, ipuser, 8); in hvc_iucv_path_pending()
815 } else if (!memcmp(tmp->srv_name, ipuser, 8)) in hvc_iucv_path_pending()
828 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
843 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
849 memcpy(nuser_data, ipuser + 8, 8); /* remote service (for af_iucv) */ in hvc_iucv_path_pending()
850 memcpy(nuser_data + 8, ipuser, 8); /* local service (for af_iucv) */ in hvc_iucv_path_pending()
855 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
864 memcpy(priv->info_path + 8, ipuser + 8, 8); in hvc_iucv_path_pending()
885 static void hvc_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in hvc_iucv_path_severed() argument
1027 char vmid[9], ipuser[9]; in hvc_iucv_dev_peer_show() local
1030 memset(ipuser, 0, sizeof(ipuser)); in hvc_iucv_dev_peer_show()
1035 memcpy(ipuser, priv->info_path + 8, 8); in hvc_iucv_dev_peer_show()
1038 EBCASC(ipuser, 8); in hvc_iucv_dev_peer_show()
1040 return sprintf(buf, "%s:%s\n", vmid, ipuser); in hvc_iucv_dev_peer_show()