Lines Matching defs:wildcard
665 bool wildcard;
699 if (p->wildcard)
700 /* all else equal, wildcard is always a hit */
769 (_p->wildcard || p->wildcard ||
810 /* The datamatch feature is optional, otherwise this is a wildcard */
814 p->wildcard = true;
856 bool wildcard;
862 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH);
872 p->wildcard != wildcard)
875 if (!p->wildcard && p->datamatch != args->datamatch)