Searched refs:query_variable_store (Results 1 – 3 of 3) sorted by relevance
315 if (!fops->query_variable_store) in check_var_size()318 return fops->query_variable_store(attributes, size, false); in check_var_size()331 if (!fops->query_variable_store) in check_var_size_nonblocking()334 return fops->query_variable_store(attributes, size, true); in check_var_size_nonblocking()758 if (!ops->query_variable_store) in efivar_entry_set_safe()
210 generic_ops.query_variable_store = efi_query_variable_store; in generic_ops_register()
1345 efi_query_variable_store_t *query_variable_store; member