Lines Matching refs:ipvmid
737 * @ipvmid: Originating z/VM user ID (right padded with blanks)
739 * Returns 0 if the z/VM user ID that is specified with @ipvmid is permitted to
742 static int hvc_iucv_filter_connreq(u8 ipvmid[8])
761 if (0 == memcmp(ipvmid, filter_entry, len))
770 * @ipvmid: z/VM system identifier of originator
786 static int hvc_iucv_path_pending(struct iucv_path *path, u8 *ipvmid,
823 /* Enforce that ipvmid is allowed to connect to us */
825 rc = hvc_iucv_filter_connreq(ipvmid);
830 memcpy(vm_user_id, ipvmid, 8);
863 memcpy(priv->info_path, ipvmid, 8);