Lines Matching refs:ipvmid
734 * @ipvmid: Originating z/VM user ID (right padded with blanks)
736 * Returns 0 if the z/VM user ID that is specified with @ipvmid is permitted to
739 static int hvc_iucv_filter_connreq(u8 ipvmid[8])
758 if (0 == memcmp(ipvmid, filter_entry, len))
767 * @ipvmid: z/VM system identifier of originator
783 static int hvc_iucv_path_pending(struct iucv_path *path, u8 *ipvmid,
820 /* Enforce that ipvmid is allowed to connect to us */
822 rc = hvc_iucv_filter_connreq(ipvmid);
827 memcpy(vm_user_id, ipvmid, 8);
860 memcpy(priv->info_path, ipvmid, 8);