Lines Matching refs:ipuser
786 u8 ipvmid[8], u8 ipuser[16]) in hvc_iucv_path_pending()
795 find_unused = !memcmp(wildcard, ipuser, 8); in hvc_iucv_path_pending()
814 } else if (!memcmp(tmp->srv_name, ipuser, 8)) in hvc_iucv_path_pending()
827 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
842 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
848 memcpy(nuser_data, ipuser + 8, 8); /* remote service (for af_iucv) */ in hvc_iucv_path_pending()
849 memcpy(nuser_data + 8, ipuser, 8); /* local service (for af_iucv) */ in hvc_iucv_path_pending()
854 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
863 memcpy(priv->info_path + 8, ipuser + 8, 8); in hvc_iucv_path_pending()
884 static void hvc_iucv_path_severed(struct iucv_path *path, u8 ipuser[16]) in hvc_iucv_path_severed()
1026 char vmid[9], ipuser[9]; in hvc_iucv_dev_peer_show() local
1029 memset(ipuser, 0, sizeof(ipuser)); in hvc_iucv_dev_peer_show()
1034 memcpy(ipuser, priv->info_path + 8, 8); in hvc_iucv_dev_peer_show()
1037 EBCASC(ipuser, 8); in hvc_iucv_dev_peer_show()
1039 return sprintf(buf, "%s:%s\n", vmid, ipuser); in hvc_iucv_dev_peer_show()