Searched refs:query_variable_store (Results 1 – 3 of 3) sorted by relevance
311 if (!fops->query_variable_store) in check_var_size()314 return fops->query_variable_store(attributes, size, false); in check_var_size()327 if (!fops->query_variable_store) in check_var_size_nonblocking()330 return fops->query_variable_store(attributes, size, true); in check_var_size_nonblocking()751 if (!ops->query_variable_store) in efivar_entry_set_safe()
190 generic_ops.query_variable_store = efi_query_variable_store; in generic_ops_register()
1012 efi_query_variable_store_t *query_variable_store; member