Lines Matching defs:wildcard
717 bool wildcard;
751 if (p->wildcard)
752 /* all else equal, wildcard is always a hit */
821 (_p->wildcard || p->wildcard ||
862 /* The datamatch feature is optional, otherwise this is a wildcard */
866 p->wildcard = true;
908 bool wildcard;
914 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH);
923 p->wildcard != wildcard)
926 if (!p->wildcard && p->datamatch != args->datamatch)