Lines Matching refs:pattern
102 static bool metai_match(const u16 *string, const u16 *pattern) in metai_match() argument
106 for (; *string && *pattern;) { in metai_match()
110 p = next_lower(&pattern); in metai_match()
116 if (metai_match(string_old, pattern)) in metai_match()
127 p = next_lower(&pattern); in metai_match()
132 p = next_lower(&pattern); in metai_match()
135 p = next_lower(&pattern); in metai_match()
138 p = next_lower(&pattern); in metai_match()
148 p = next_lower(&pattern)) { in metai_match()
162 if (!*pattern && !*string) in metai_match()
187 const u16 *string, const u16 *pattern) in efi_metai_match() argument
191 EFI_ENTRY("%p, %ls, %ls", this, string, pattern); in efi_metai_match()
192 ret = metai_match(string, pattern); in efi_metai_match()