Searched refs:query_variable_store (Results 1 – 3 of 3) sorted by relevance
323 if (!fops->query_variable_store) in check_var_size()326 return fops->query_variable_store(attributes, size, false); in check_var_size()334 if (!fops->query_variable_store) in check_var_size_nonblocking()337 return fops->query_variable_store(attributes, size, true); in check_var_size_nonblocking()733 if (!ops->query_variable_store) in efivar_entry_set_safe()
229 generic_ops.query_variable_store = efi_query_variable_store; in generic_ops_register()
1302 efi_query_variable_store_t *query_variable_store; member