Lines Matching defs:ipuser
771 * @ipuser: User specified data for this path
774 * The function uses the @ipuser data to determine if the pending path belongs
787 u8 *ipuser)
796 find_unused = !memcmp(wildcard, ipuser, 8);
800 * - find a disconnected device if ipuser contains the wildcard
801 * - find the device that matches the terminal ID in ipuser
815 } else if (!memcmp(tmp->srv_name, ipuser, 8))
828 iucv_path_sever(path, ipuser);
843 iucv_path_sever(path, ipuser);
849 memcpy(nuser_data, ipuser + 8, 8); /* remote service (for af_iucv) */
850 memcpy(nuser_data + 8, ipuser, 8); /* local service (for af_iucv) */
855 iucv_path_sever(path, ipuser);
864 memcpy(priv->info_path + 8, ipuser + 8, 8);
877 * @ipuser: User specified data for this path
885 static void hvc_iucv_path_severed(struct iucv_path *path, u8 *ipuser)
1027 char vmid[9], ipuser[9];
1030 memset(ipuser, 0, sizeof(ipuser));
1035 memcpy(ipuser, priv->info_path + 8, 8);
1038 EBCASC(ipuser, 8);
1040 return sprintf(buf, "%s:%s\n", vmid, ipuser);