Searched refs:variable_matches (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/efivarfs/ |
H A D | vars.c | 200 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() function 251 if (variable_matches(utf8_name, utf8_size+1, name, &match)) { in efivar_validate() 278 if (variable_matches(var_name, len, in efivar_variable_is_removable()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | vars.c | 208 variable_matches(const char *var_name, size_t len, const char *match_name, in variable_matches() function 259 if (variable_matches(utf8_name, utf8_size+1, name, &match)) { in efivar_validate() 287 if (variable_matches(var_name, len, in efivar_variable_is_removable()
|
Completed in 4 milliseconds