Lines Matching refs:ipuser
784 u8 *ipuser) in hvc_iucv_path_pending() argument
793 find_unused = !memcmp(wildcard, ipuser, 8); in hvc_iucv_path_pending()
812 } else if (!memcmp(tmp->srv_name, ipuser, 8)) in hvc_iucv_path_pending()
825 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
840 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
846 memcpy(nuser_data, ipuser + 8, 8); /* remote service (for af_iucv) */ in hvc_iucv_path_pending()
847 memcpy(nuser_data + 8, ipuser, 8); /* local service (for af_iucv) */ in hvc_iucv_path_pending()
852 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
861 memcpy(priv->info_path + 8, ipuser + 8, 8); in hvc_iucv_path_pending()
882 static void hvc_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in hvc_iucv_path_severed() argument
993 char vmid[9], ipuser[9]; in hvc_iucv_dev_peer_show() local
996 memset(ipuser, 0, sizeof(ipuser)); in hvc_iucv_dev_peer_show()
1001 memcpy(ipuser, priv->info_path + 8, 8); in hvc_iucv_dev_peer_show()
1004 EBCASC(ipuser, 8); in hvc_iucv_dev_peer_show()
1006 return sprintf(buf, "%s:%s\n", vmid, ipuser); in hvc_iucv_dev_peer_show()