Lines Matching refs:wildcard
744 bool wildcard;
778 if (p->wildcard)
779 /* all else equal, wildcard is always a hit */
845 (_p->wildcard || p->wildcard ||
886 /* The datamatch feature is optional, otherwise this is a wildcard */
890 p->wildcard = true;
932 bool wildcard;
938 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH);
947 p->wildcard != wildcard)
950 if (!p->wildcard && p->datamatch != args->datamatch)